Class PngSizeInfo.Reader
- java.lang.Object
-
- net.minecraft.client.renderer.texture.PngSizeInfo.Reader
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Direct Known Subclasses:
PngSizeInfo.ReaderBuffer
,PngSizeInfo.ReaderSeekable
- Enclosing class:
- PngSizeInfo
abstract static class PngSizeInfo.Reader extends java.lang.Object implements java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
closed
-
Constructor Summary
Constructors Modifier Constructor Description private
Reader()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
(package private) int
eof(long p_195685_1_)
protected abstract int
read(long p_195683_1_, int p_195683_3_)
(package private) int
read(long p_195682_1_, long p_195682_3_, int p_195682_5_)
protected abstract void
skip(int p_195684_1_)
(package private) void
skip(long p_195686_1_, int p_195686_3_)
-
-
-
Method Detail
-
read
int read(long p_195682_1_, long p_195682_3_, int p_195682_5_)
-
skip
void skip(long p_195686_1_, int p_195686_3_)
-
eof
int eof(long p_195685_1_)
-
read
protected abstract int read(long p_195683_1_, int p_195683_3_) throws java.io.IOException
- Throws:
java.io.IOException
-
skip
protected abstract void skip(int p_195684_1_) throws java.io.IOException
- Throws:
java.io.IOException
-
close
public abstract void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.io.IOException
-
-