public class BlobInputStream extends InputStream
BlobReader that may be read from the stream.| Constructor and Description |
|---|
BlobInputStream(org.everit.blobstore.BlobReader blobReader)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic BlobInputStream(org.everit.blobstore.BlobReader blobReader)
blobReader - the BlobReader object. Cannot be null.NullPointerException - if blobReader parameter is null.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2011–2016 Everit Kft.. All rights reserved.