public abstract class PDVInputStream extends InputStream
| Constructor and Description |
|---|
PDVInputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
copyTo(OutputStream out) |
abstract void |
copyTo(OutputStream out,
int length) |
abstract Attributes |
readDataset(String tsuid) |
abstract long |
skipAll() |
available, close, mark, markSupported, read, read, read, reset, skippublic abstract Attributes readDataset(String tsuid) throws IOException
IOExceptionpublic abstract void copyTo(OutputStream out, int length) throws IOException
IOExceptionpublic abstract void copyTo(OutputStream out) throws IOException
IOExceptionpublic abstract long skipAll()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.