Class MLLPOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.aoju.bus.image.metric.internal.hl7.MLLPOutputStream
-
Field Summary
Fields inherited from class java.io.FilterOutputStream
out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinish()voidwrite(byte[] b, int off, int len) voidwrite(int b) voidwriteMessage(byte[] b) voidwriteMessage(byte[] b, int off, int len) Methods inherited from class java.io.FilterOutputStream
close, flush, writeMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
MLLPOutputStream
-
-
Method Details
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
writeMessage
- Throws:
IOException
-
writeMessage
- Throws:
IOException
-
finish
- Throws:
IOException
-