public class PDUDecoder extends PDVInputStream
| Constructor and Description |
|---|
PDUDecoder(Association as,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
copyTo(OutputStream out) |
void |
copyTo(OutputStream out,
int length) |
void |
decodeDIMSE() |
boolean |
isPendingPDV() |
void |
nextPDU() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
Attributes |
readDataset(String tsuid) |
long |
skip(long n) |
long |
skipAll() |
mark, markSupported, read, resetpublic PDUDecoder(Association as, InputStream in)
public void nextPDU()
throws IOException
IOExceptionpublic void decodeDIMSE()
throws IOException
IOExceptionpublic Attributes readDataset(String tsuid) throws IOException
readDataset in class PDVInputStreamIOExceptionpublic boolean isPendingPDV()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic final int available()
available in class InputStreampublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic long skipAll()
throws IOException
skipAll in class PDVInputStreamIOExceptionpublic void copyTo(OutputStream out, int length) throws IOException
copyTo in class PDVInputStreamIOExceptionpublic void copyTo(OutputStream out) throws IOException
copyTo in class PDVInputStreamIOExceptionCopyright © 2021. All rights reserved.