Searched defs:ByteArrayWrapper (Results 1 – 3 of 3) sorted by relevance
26 public class ByteArrayWrapper implements Comparable<ByteArrayWrapper> class50 public ByteArrayWrapper() { in ByteArrayWrapper() method in ByteArrayWrapper62 public ByteArrayWrapper(byte[] bytesToAdopt, int size) { in ByteArrayWrapper() method in ByteArrayWrapper75 public ByteArrayWrapper(ByteBuffer source) { in ByteArrayWrapper() method in ByteArrayWrapper
27 public class ByteArrayWrapper implements Comparable<ByteArrayWrapper> class48 public ByteArrayWrapper() { in ByteArrayWrapper() method in ByteArrayWrapper59 public ByteArrayWrapper(byte[] bytesToAdopt, int size) { in ByteArrayWrapper() method in ByteArrayWrapper71 public ByteArrayWrapper(ByteBuffer source) { in ByteArrayWrapper() method in ByteArrayWrapper
126 private static class ByteArrayWrapper extends AbstractReadableBuffer { class in ReadableBuffers131 ByteArrayWrapper(byte[] bytes) { in ByteArrayWrapper() method in ReadableBuffers.ByteArrayWrapper135 ByteArrayWrapper(byte[] bytes, int offset, int length) { in ByteArrayWrapper() method in ReadableBuffers.ByteArrayWrapper