类 FastBufferedInputStream
java.lang.Object
java.io.InputStream
net.minecraft.util.FastBufferedInputStream
- 所有已实现的接口:
Closeable
,AutoCloseable
-
字段概要
字段修饰符和类型字段说明private final byte[]
private static final int
private final InputStream
private int
private int
-
构造器概要
构造器构造器说明FastBufferedInputStream
(InputStream p_196566_) FastBufferedInputStream
(InputStream p_196568_, int p_196569_) -
方法概要
从类继承的方法 java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
字段详细资料
-
DEFAULT_BUFFER_SIZE
private static final int DEFAULT_BUFFER_SIZE- 另请参阅:
-
in
-
buffer
private final byte[] buffer -
limit
private int limit -
position
private int position
-
-
构造器详细资料
-
FastBufferedInputStream
-
FastBufferedInputStream
-
-
方法详细资料
-
read
- 指定者:
read
在类中InputStream
- 抛出:
IOException
-
read
- 覆盖:
read
在类中InputStream
- 抛出:
IOException
-
skip
- 覆盖:
skip
在类中InputStream
- 抛出:
IOException
-
available
- 覆盖:
available
在类中InputStream
- 抛出:
IOException
-
close
- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 覆盖:
close
在类中InputStream
- 抛出:
IOException
-
bytesInBuffer
private int bytesInBuffer() -
fill
- 抛出:
IOException
-