Package org.jgroups.tests
Class ParseMessagesFields.BinaryToAsciiWithFieldsInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.jgroups.tests.ParseMessages.BinaryToAsciiInputStream
-
- org.jgroups.tests.ParseMessagesFields.BinaryToAsciiWithFieldsInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- ParseMessagesFields
public static class ParseMessagesFields.BinaryToAsciiWithFieldsInputStream extends ParseMessages.BinaryToAsciiInputStream
-
-
Field Summary
-
Fields inherited from class org.jgroups.tests.ParseMessages.BinaryToAsciiInputStream
in, input
-
-
Constructor Summary
Constructors Constructor Description BinaryToAsciiWithFieldsInputStream(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringreadEpochTime()java.lang.StringreadIntegerAsStr()bytereadPlainByte()-
Methods inherited from class org.jgroups.tests.ParseMessages.BinaryToAsciiInputStream
read
-
-
-
-
Method Detail
-
readIntegerAsStr
public java.lang.String readIntegerAsStr() throws java.io.IOException- Throws:
java.io.IOException
-
readEpochTime
public java.lang.String readEpochTime() throws java.io.IOException- Throws:
java.io.IOException
-
readPlainByte
public byte readPlainByte() throws java.io.IOException- Throws:
java.io.IOException
-
-