Package net.minecraft.client.util
Class PngFile.Reader
java.lang.Object
net.minecraft.client.util.PngFile.Reader
- All Implemented Interfaces:
- AutoCloseable
- Direct Known Subclasses:
- PngFile.ChannelReader,- PngFile.SeekableChannelReader
- Enclosing class:
- PngFile
@Environment(CLIENT)
private abstract static class PngFile.Reader
extends Object
implements AutoCloseable
- Mappings:
- Namespace - Name - official - dzr$a- intermediary - net/minecraft/class_1050$class_1051- named - net/minecraft/client/util/PngFile$Reader
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
erroredprotected boolean errored- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzr$a;a:Z- intermediary - field_5228- Lnet/minecraft/class_1050$class_1051;field_5228:Z- named - errored- Lnet/minecraft/client/util/PngFile$Reader;errored:Z
 
 
- 
- 
Constructor Details- 
ReaderReader()
 
- 
- 
Method Details- 
readint read(long user, long data, int size) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzr$a;a(JJI)I- intermediary - method_4543- Lnet/minecraft/class_1050$class_1051;method_4543(JJI)I- named - read- Lnet/minecraft/client/util/PngFile$Reader;read(JJI)I
 
- 
skipvoid skip(long user, int n) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzr$a;a(JI)V- intermediary - method_4547- Lnet/minecraft/class_1050$class_1051;method_4547(JI)V- named - skip- Lnet/minecraft/client/util/PngFile$Reader;skip(JI)V
 
- 
eofint eof(long user) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzr$a;a(J)I- intermediary - method_4546- Lnet/minecraft/class_1050$class_1051;method_4546(J)I- named - eof- Lnet/minecraft/client/util/PngFile$Reader;eof(J)I
 
- 
read- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldzr$a;b(JI)I- intermediary - method_4544- Lnet/minecraft/class_1050$class_1051;method_4544(JI)I- named - read- Lnet/minecraft/client/util/PngFile$Reader;read(JI)I
 
- 
skip- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzr$a;a(I)V- intermediary - method_4545- Lnet/minecraft/class_1050$class_1051;method_4545(I)V- named - skip- Lnet/minecraft/client/util/PngFile$Reader;skip(I)V
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
 
-