Searched defs:e1BytesOut (Results 1 – 2 of 2) sorted by relevance
63 ByteArrayOutputStream e1BytesOut = new ByteArrayOutputStream(); in mergeZip() local64 ByteStreams.copy(e1.open(), e1BytesOut); in mergeZip() local
126 ByteArrayOutputStream e1BytesOut = new ByteArrayOutputStream(); in readZipWithTwoFilesOneDirectory() local127 ByteStreams.copy(e1.open(), e1BytesOut); in readZipWithTwoFilesOneDirectory() local