Package net.minecraft.client.util
Class PngFile.SeekableChannelReader
java.lang.Object
net.minecraft.client.util.PngFile.Reader
net.minecraft.client.util.PngFile.SeekableChannelReader
- All Implemented Interfaces:
- AutoCloseable
- Enclosing class:
- PngFile
- Mappings:
- Namespace - Name - official - dzr$c- intermediary - net/minecraft/class_1050$class_1053- named - net/minecraft/client/util/PngFile$SeekableChannelReader
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.util.PngFile.Readererrored
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.util.PngFile.Readerread, skip
- 
Field Details- 
channel- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldzr$c;b:Ljava/nio/channels/SeekableByteChannel;- intermediary - field_5234- Lnet/minecraft/class_1050$class_1053;field_5234:Ljava/nio/channels/SeekableByteChannel;- named - channel- Lnet/minecraft/client/util/PngFile$SeekableChannelReader;channel:Ljava/nio/channels/SeekableByteChannel;
 
 
- 
- 
Constructor Details- 
SeekableChannelReaderSeekableChannelReader(SeekableByteChannel channel) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldzr$c;<init>(Ljava/nio/channels/SeekableByteChannel;)V- intermediary - <init>- Lnet/minecraft/class_1050$class_1053;<init>(Ljava/nio/channels/SeekableByteChannel;)V- named - <init>- Lnet/minecraft/client/util/PngFile$SeekableChannelReader;<init>(Ljava/nio/channels/SeekableByteChannel;)V
 
 
- 
- 
Method Details- 
read- Specified by:
- readin class- PngFile.Reader
- 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- Specified by:
- skipin class- PngFile.Reader
- 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
 
- 
eofpublic int eof(long user) - Overrides:
- eofin class- PngFile.Reader
- 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
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein class- PngFile.Reader
- Throws:
- IOException
 
 
-