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, skip
public PDVInputStream()
public abstract Attributes readDataset(String tsuid) throws IOException
IOException
public abstract void copyTo(OutputStream out, int length) throws IOException
IOException
public abstract void copyTo(OutputStream out) throws IOException
IOException
public abstract long skipAll() throws IOException
IOException
Copyright © 2017 dcm4che.org. All rights reserved.