Searched defs:ByteString (Results 1 - 5 of 5) sorted by relevance
| /forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
| H A D | ByteString.java | 48 public final class ByteString implements ByteSequence class in inherits:ByteSequence 52 private static final ByteString EMPTY = wrap(new byte[0]); 64 public static ByteString empty() 80 public static ByteString valueOf(int i) 102 public static ByteString valueOf(long l) 124 public static ByteString valueOf(String s) 142 public static ByteString wrap(byte[] b) 144 return new ByteString(b, 0, b.length); 172 public static ByteString wrap(byte[] b, int offset, int length) 176 return new ByteString( 388 private ByteString(byte[] b, int offset, int length) method in class:ByteString [all...] |
| /forgerock/opendj2/src/server/org/opends/server/types/ |
| H A D | ByteString.java | 47 public final class ByteString implements ByteSequence class in inherits:ByteSequence 51 private static final ByteString EMPTY = wrap(new byte[0]); 63 public static ByteString empty() 79 public static ByteString valueOf(int i) 101 public static ByteString valueOf(long l) 123 public static ByteString valueOf(String s) 141 public static ByteString wrap(byte[] b) 143 return new ByteString(b, 0, b.length); 171 public static ByteString wrap(byte[] b, int offset, int length) 175 return new ByteString( 387 private ByteString(byte[] b, int offset, int length) method in class:ByteString [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
| H A D | ByteString.java | 48 public final class ByteString implements ByteSequence class in inherits:ByteSequence 52 private static final ByteString EMPTY = wrap(new byte[0]); 64 public static ByteString empty() 80 public static ByteString valueOf(int i) 102 public static ByteString valueOf(long l) 124 public static ByteString valueOf(String s) 142 public static ByteString wrap(byte[] b) 144 return new ByteString(b, 0, b.length); 172 public static ByteString wrap(byte[] b, int offset, int length) 176 return new ByteString( 388 private ByteString(byte[] b, int offset, int length) method in class:ByteString [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
| H A D | ByteString.java | 48 public final class ByteString implements ByteSequence class in inherits:ByteSequence 52 private static final ByteString EMPTY = wrap(new byte[0]); 64 public static ByteString empty() 80 public static ByteString valueOf(int i) 102 public static ByteString valueOf(long l) 124 public static ByteString valueOf(String s) 142 public static ByteString wrap(byte[] b) 144 return new ByteString(b, 0, b.length); 172 public static ByteString wrap(byte[] b, int offset, int length) 176 return new ByteString( 388 private ByteString(byte[] b, int offset, int length) method in class:ByteString [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/types/ |
| H A D | ByteString.java | 47 public final class ByteString implements ByteSequence class in inherits:ByteSequence 51 private static final ByteString EMPTY = wrap(new byte[0]); 63 public static ByteString empty() 79 public static ByteString valueOf(int i) 101 public static ByteString valueOf(long l) 123 public static ByteString valueOf(String s) 141 public static ByteString wrap(byte[] b) 143 return new ByteString(b, 0, b.length); 171 public static ByteString wrap(byte[] b, int offset, int length) 175 return new ByteString( 387 private ByteString(byte[] b, int offset, int length) method in class:ByteString [all...] |
Completed in 26 milliseconds