Searched refs:totalOutputStream (Results 1 – 1 of 1) sorted by relevance
3718 ByteOrderedDataOutputStream totalOutputStream = in saveWebpAttributes() local3722 copy(totalInputStream, totalOutputStream, WEBP_SIGNATURE_1.length); in saveWebpAttributes()3896 totalOutputStream.writeInt(nonHeaderByteArrayOutputStream.size() in saveWebpAttributes()3898 totalOutputStream.write(WEBP_SIGNATURE_2); in saveWebpAttributes()3899 nonHeaderByteArrayOutputStream.writeTo(totalOutputStream); in saveWebpAttributes()