Searched defs:bout (Results 1 – 11 of 11) sorted by relevance
35 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in testSerialization() local
203 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in test_close() local
162 BufferedOutputStream bout = new BufferedOutputStream(out); in connect() local
175 BufferedOutputStream bout = new BufferedOutputStream(fout); in open() local
113 private static int readFully(InputStream in, ByteArrayOutputStream bout, in readFully()489 ByteArrayOutputStream bout = new ByteArrayOutputStream(2048); in readOneBlock() local611 ByteArrayOutputStream bout, int tag) throws IOException { in readBERInternal()
160 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in test_read$BII() local
1113 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in writeProperties() local1124 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in writePropertiesXMLUTF_8() local1142 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in writePropertiesXMLISO_8859_1() local
579 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in test_close() local
620 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in writeProperties() local
1671 ByteArrayOutputStream bout = new ByteArrayOutputStream(); in computeDefaultSUID() local
179 private final BlockDataOutputStream bout; field in ObjectOutputStream