Class EnhancedByteArray


  • public class EnhancedByteArray
    extends scala.AnyVal
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      EnhancedByteArray​(byte[] underlying)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] underlying()  
      • Methods inherited from class java.lang.Object

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

      • EnhancedByteArray

        public EnhancedByteArray​(byte[] underlying)
    • Method Detail

      • underlying

        public byte[] underlying()