public class TempInputStreamNoFree
extends java.io.InputStream
Constructor and Description |
---|
TempInputStreamNoFree(TempBuffer head) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] buf,
int offset,
int length) |
java.lang.String |
toString() |
public TempInputStreamNoFree(TempBuffer head)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buf, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object