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
131 private static class ByteArrayWrapper extends AbstractReadableBuffer { class in ReadableBuffers137 ByteArrayWrapper(byte[] bytes) { in ByteArrayWrapper() method in ReadableBuffers.ByteArrayWrapper141 ByteArrayWrapper(byte[] bytes, int offset, int length) { in ByteArrayWrapper() method in ReadableBuffers.ByteArrayWrapper