Class CtrlToNCRInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.mule.soapkit.soap.server.interceptor.CtrlToNCRInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Replace C0 control characters (except CR(
), LF(
) and HT ( ))
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringpadInteger(int number) Convert integer2to string"02"intread()intread(byte[] b, int off, int len) Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
CtrlToNCRInputStream
-
-
Method Details
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
padInteger
Convert integer2to string"02"- Parameters:
number-- Returns:
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-