Searched defs:toByteArray (Results 1 - 12 of 12) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DCollationKey.java111 public abstract byte[] toByteArray(); method in class:CollationKey
/libcore/luni/src/main/java/libcore/icu/
H A DCollationKeyICU.java40 rhsBytes = other.toByteArray();
111 @Override public byte[] toByteArray() { method in class:CollationKeyICU
/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleOutputStream.java90 public byte[] toByteArray() { method in class:Support_ASimpleOutputStream
H A DSupport_ASimpleWriter.java71 public byte[] toByteArray() { method in class:Support_ASimpleWriter
H A DSupport_OutputStream.java93 public byte[] toByteArray() { method in class:Support_OutputStream
/libcore/luni/src/main/java/java/io/
H A DByteArrayOutputStream.java121 public synchronized byte[] toByteArray() { method in class:ByteArrayOutputStream
/libcore/luni/src/main/java/libcore/io/
H A DIoUtils.java109 return new FileReader(absolutePath).readFully().toByteArray();
189 * {@link #toByteArray} will then return the internal array and <b>not</b> a copy.
264 public byte[] toByteArray() { method in class:IoUtils.FileReader
/libcore/luni/src/main/java/java/util/
H A DBitSet.java736 public byte[] toByteArray() { method in class:BitSet
/libcore/luni/src/main/native/
H A Djava_nio_charset_Charsets.cpp91 jbyteArray toByteArray() { function in class:NativeUnsafeByteSequence
238 return out.toByteArray();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCharsetTest.java271 private byte[] toByteArray(int[] ints) { method in class:CharsetTest
283 assertEquals(Arrays.toString(toByteArray(expectedByteInts)), Arrays.toString(bytes));
287 ByteBuffer in = ByteBuffer.wrap(toByteArray(byteInts));
/libcore/luni/src/main/java/java/math/
H A DBigInteger.java381 public byte[] toByteArray() { method in class:BigInteger
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 456 milliseconds