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 Summary
Fields inherited from class net.minecraft.client.util.PngFile.Reader
errored
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.util.PngFile.Reader
read, 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
-
SeekableChannelReader
SeekableChannelReader(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:
read
in classPngFile.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:
skip
in classPngFile.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
-
eof
public int eof(long user) - Overrides:
eof
in classPngFile.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:
close
in interfaceAutoCloseable
- Specified by:
close
in classPngFile.Reader
- Throws:
IOException
-