Class MLLPInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
org.aoju.bus.image.metric.internal.hl7.MLLPInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcopyTo(OutputStream out) booleanintread()intread(byte[] b, int off, int len) byte[]Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, reset, skipMethods inherited from class java.io.FilterInputStream
readMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
MLLPInputStream
-
MLLPInputStream
-
-
Method Details
-
hasMoreInput
- Throws:
IOException
-
read
- Overrides:
readin classBufferedInputStream- Throws:
IOException
-
read
- Overrides:
readin classBufferedInputStream- Throws:
IOException
-
copyTo
- Throws:
IOException
-
readMessage
- Throws:
IOException
-