public class MLLPOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
MLLPOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeMessage(byte[] b) |
void |
writeMessage(byte[] b,
int off,
int len) |
close, flush, writepublic MLLPOutputStream(OutputStream out)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void writeMessage(byte[] b)
throws IOException
IOExceptionpublic void writeMessage(byte[] b,
int off,
int len)
throws IOException
IOExceptionpublic void finish()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.