Class ParseMessages.BinaryToAsciiInputStream

java.lang.Object
java.io.InputStream
org.jgroups.tests.ParseMessages.BinaryToAsciiInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
ParseMessagesFields.BinaryToAsciiWithFieldsInputStream
Enclosing class:
ParseMessages

protected static class ParseMessages.BinaryToAsciiInputStream extends InputStream
  • Field Details

    • in

      protected final InputStream in
    • input

      protected final byte[] input
  • Constructor Details

    • BinaryToAsciiInputStream

      public BinaryToAsciiInputStream(InputStream in)
  • Method Details