Searched refs:bytesToAdopt (Results 1 – 5 of 5) sorted by relevance
59 public ByteArrayWrapper(byte[] bytesToAdopt, int size) { in ByteArrayWrapper() argument60 …if ((bytesToAdopt == null && size != 0) || size < 0 || (bytesToAdopt != null && size > bytesToAdop… in ByteArrayWrapper()63 this.bytes = bytesToAdopt; in ByteArrayWrapper()
62 public ByteArrayWrapper(byte[] bytesToAdopt, int size) { in ByteArrayWrapper() argument63 …if ((bytesToAdopt == null && size != 0) || size < 0 || (bytesToAdopt != null && size > bytesToAdop… in ByteArrayWrapper()66 this.bytes = bytesToAdopt; in ByteArrayWrapper()
83 public RawCollationKey(byte[] bytesToAdopt, int size) in RawCollationKey() argument85 super(bytesToAdopt, size); in RawCollationKey()
86 public RawCollationKey(byte[] bytesToAdopt, int size) in RawCollationKey() argument88 super(bytesToAdopt, size); in RawCollationKey()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...