Package com.mojang.blaze3d.platform
Class PngInfo.StbReaderSeekableByteChannel
java.lang.Object
com.mojang.blaze3d.platform.PngInfo.StbReader
com.mojang.blaze3d.platform.PngInfo.StbReaderSeekableByteChannel
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- PngInfo
-
Field Summary
Fields inherited from class com.mojang.blaze3d.platform.PngInfo.StbReader
closed
-
Constructor Summary
-
Method Summary
Methods inherited from class com.mojang.blaze3d.platform.PngInfo.StbReader
read, skip
-
Field Details
-
channel
-
-
Constructor Details
-
StbReaderSeekableByteChannel
StbReaderSeekableByteChannel(SeekableByteChannel p_85250_)
-
-
Method Details
-
read
- Specified by:
read
in classPngInfo.StbReader
- Throws:
IOException
-
skip
- Specified by:
skip
in classPngInfo.StbReader
- Throws:
IOException
-
eof
public int eof(long p_85257_) - Overrides:
eof
in classPngInfo.StbReader
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in classPngInfo.StbReader
- Throws:
IOException
-