private class CMSTypedStream.FullReaderStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) java.io.InputStream |
_stream |
| Constructor and Description |
|---|
FullReaderStream(java.io.InputStream in,
int bufSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.