Class OctetStream


  • public class OctetStream
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBytes()  
      void setBytes​(byte[] bytes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OctetStream

        public OctetStream()
      • OctetStream

        public OctetStream​(byte[] bytes)
    • Method Detail

      • getBytes

        public byte[] getBytes()
      • setBytes

        public void setBytes​(byte[] bytes)