Home
last modified time | relevance | path

Searched refs:byteOStream (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java462 ByteArrayOutputStream byteOStream = new ByteArrayOutputStream(); in test_serialization() local
463 ObjectOutputStream objectOStream = new ObjectOutputStream(byteOStream); in test_serialization()
468 new ByteArrayInputStream(byteOStream.toByteArray())); in test_serialization()
DDateFormatSymbolsTest.java409 ByteArrayOutputStream byteOStream = new ByteArrayOutputStream(); in test_serialization() local
410 ObjectOutputStream objectOStream = new ObjectOutputStream(byteOStream); in test_serialization()
415 new ByteArrayInputStream(byteOStream.toByteArray())); in test_serialization()