public class PDUEncoder extends PDVOutputStream
| Constructor and Description |
|---|
PDUEncoder(Association as,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
copyFrom(InputStream in) |
void |
copyFrom(InputStream in,
int len) |
void |
write(AAbort aa) |
void |
write(AAssociateAC ac) |
void |
write(AAssociateRJ rj) |
void |
write(AAssociateRQ rq) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeAReleaseRP() |
void |
writeAReleaseRQ() |
void |
writeDIMSE(Presentation pc,
Attributes cmd,
DataWriter dataWriter) |
void |
writePDataTF() |
flush, writepublic PDUEncoder(Association as, OutputStream out)
public void write(AAssociateRQ rq) throws IOException
IOExceptionpublic void write(AAssociateAC ac) throws IOException
IOExceptionpublic void write(AAssociateRJ rj) throws IOException
IOExceptionpublic void writeAReleaseRQ()
throws IOException
IOExceptionpublic void writeAReleaseRP()
throws IOException
IOExceptionpublic void write(AAbort aa) throws IOException
IOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreampublic void copyFrom(InputStream in, int len) throws IOException
copyFrom in class PDVOutputStreamIOExceptionpublic void copyFrom(InputStream in) throws IOException
copyFrom in class PDVOutputStreamIOExceptionpublic void writePDataTF()
throws IOException
IOExceptionpublic void writeDIMSE(Presentation pc, Attributes cmd, DataWriter dataWriter) throws IOException
IOExceptionCopyright © 2020. All rights reserved.