java.lang.Object
java.io.InputStream
com.intellij.util.io.UnsyncByteArrayInputStream
- 所有已实现的接口:
Closeable,AutoCloseable
-
字段概要
字段 -
构造器概要
构造器构造器说明UnsyncByteArrayInputStream(@org.jetbrains.annotations.NotNull byte[] buf) UnsyncByteArrayInputStream(@org.jetbrains.annotations.NotNull byte[] buf, int offset, int length) -
方法概要
从类继承的方法 java.io.InputStream
close, nullInputStream, read, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
字段详细资料
-
myBuffer
protected final byte[] myBuffer
-
-
构造器详细资料
-
UnsyncByteArrayInputStream
public UnsyncByteArrayInputStream(@NotNull @org.jetbrains.annotations.NotNull byte[] buf) -
UnsyncByteArrayInputStream
public UnsyncByteArrayInputStream(@NotNull @org.jetbrains.annotations.NotNull byte[] buf, int offset, int length)
-
-
方法详细资料
-
read
public int read()- 指定者:
read在类中InputStream
-
read
public int read(@NotNull @org.jetbrains.annotations.NotNull byte[] b, int off, int len) - 覆盖:
read在类中InputStream
-
skip
public long skip(long n) - 覆盖:
skip在类中InputStream
-
available
public int available()- 覆盖:
available在类中InputStream
-
markSupported
public boolean markSupported()- 覆盖:
markSupported在类中InputStream
-
mark
public void mark(int readLimit) - 覆盖:
mark在类中InputStream
-
reset
public void reset()- 覆盖:
reset在类中InputStream
-
toString
-