Interface ByteArrayProvider

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.structure.ByteArrayAccessor

        org.refcodes.structure.ByteArrayAccessor.ByteArrayBuilder<B extends org.refcodes.structure.ByteArrayAccessor.ByteArrayBuilder<B>>, org.refcodes.structure.ByteArrayAccessor.ByteArrayMutator, org.refcodes.structure.ByteArrayAccessor.ByteArrayProperty
    • Method Detail

      • getBytes

        byte[] getBytes​()
        Provides access to the remaining backing byte array. All read data via methods such as ByteDatagramProvider.readDatagram() or ByteProvider.readDatagrams(int) are not contained in the returned array.
        Specified by:
        getBytes in interface org.refcodes.structure.ByteArrayAccessor
        Returns:
        The remaining backing byte array.