Searched refs:byteArrayOutputStream (Results 1 – 6 of 6) sorted by relevance
78 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testWriteAndReadExternal() local79 ObjectOutputStream objectOutputStream = new ObjectOutputStream(byteArrayOutputStream); in testWriteAndReadExternal()85 new ObjectInputStream(new ByteArrayInputStream(byteArrayOutputStream.toByteArray())); in testWriteAndReadExternal()93 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testReadExternalThrowsIOExceptionWithMalformedData() local94 ObjectOutputStream objectOutputStream = new ObjectOutputStream(byteArrayOutputStream); in testReadExternalThrowsIOExceptionWithMalformedData()98 new ObjectInputStream(new ByteArrayInputStream(byteArrayOutputStream.toByteArray())); in testReadExternalThrowsIOExceptionWithMalformedData()
61 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testReadWriteExternal() local62 ObjectOutputStream objectOutputStream = new ObjectOutputStream(byteArrayOutputStream); in testReadWriteExternal()68 new ObjectInputStream(new ByteArrayInputStream(byteArrayOutputStream.toByteArray()))); in testReadWriteExternal()
162 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in createNewAreaCodeMap() local163 ObjectOutputStream objectOutputStream = new ObjectOutputStream(byteArrayOutputStream); in createNewAreaCodeMap()169 new ObjectInputStream(new ByteArrayInputStream(byteArrayOutputStream.toByteArray()))); in createNewAreaCodeMap()
63 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in getSizeOfAreaCodeMapStorage() local64 ObjectOutputStream objectOutputStream = new ObjectOutputStream(byteArrayOutputStream); in getSizeOfAreaCodeMapStorage()67 int sizeOfStorage = byteArrayOutputStream.size(); in getSizeOfAreaCodeMapStorage()
241 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in visitAnyAttribute() local245 dataOutput = new RuntimeDataOutput(new DataOutputStream(byteArrayOutputStream)); in visitAnyAttribute()256 byte[] info = byteArrayOutputStream.toByteArray(); in visitAnyAttribute()
456 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testInflateZero() local458 byteArrayOutputStream); in testInflateZero()460 byte[] input = byteArrayOutputStream.toByteArray(); in testInflateZero()