Class Bytes

All Implemented Interfaces:
PointerInterface

public class Bytes extends Bytes
  • Constructor Details

    • Bytes

      public Bytes(PointerContainer pointer)
    • Bytes

      public Bytes(byte[] bytes)
    • Bytes

      public Bytes(Bytes bytes)
  • Method Details

    • toBytes

      public byte[] toBytes(int start, int end)
    • toBytes

      public byte[] toBytes()
    • getByte

      public byte getByte(int i)