public class NSFObjectInputStream extends InputStream
InputStream
for the data stored in OBJECT type items in an NSF.
Note, however, that it does not decompress the data in those objects - if the object is stored with LZ1
or Huffman coding, the data returned by this InputStream
will also be compressed.
Constructor and Description |
---|
NSFObjectInputStream(DominoAPI api,
long hDb,
int objectId,
ObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
long |
skip(long n) |
String |
toString() |
close, mark, markSupported, read, read, reset
public NSFObjectInputStream(DominoAPI api, long hDb, int objectId, ObjectType objectType) throws DominoException
DominoException
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
Copyright © 2014–2018. All rights reserved.