Package com.mojang.blaze3d.platform
Class PngInfo.StbReader
java.lang.Object
com.mojang.blaze3d.platform.PngInfo.StbReader
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
PngInfo.StbReaderBufferedChannel
,PngInfo.StbReaderSeekableByteChannel
- Enclosing class:
- PngInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
close()
(package private) int
eof
(long p_85219_) protected abstract int
read
(long p_85227_, int p_85228_) (package private) int
read
(long p_85224_, long p_85225_, int p_85226_) protected abstract void
skip
(int p_85218_) (package private) void
skip
(long p_85221_, int p_85222_)
-
Field Details
-
closed
protected boolean closed
-
-
Constructor Details
-
StbReader
StbReader()
-
-
Method Details
-
read
int read(long p_85224_, long p_85225_, int p_85226_) -
skip
void skip(long p_85221_, int p_85222_) -
eof
int eof(long p_85219_) -
read
- Throws:
IOException
-
skip
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-