Searched refs:reportOutputStream (Results 1 – 1 of 1) sorted by relevance
81 final ByteArrayOutputStream reportOutputStream = new ByteArrayOutputStream(); in serializeReport() local82 final ProtoOutputStream proto = new ProtoOutputStream(reportOutputStream); in serializeReport()100 return reportOutputStream.toByteArray(); in serializeReport()