Searched refs:WriteStrategy (Results 1 – 1 of 1) sorted by relevance
990 interface WriteStrategy { interface in Base64Test999 WriteStrategy allAtOnce = (bytes, out) -> out.write(bytes); in checkWrapOutputStreamConsistentWithEncode()1003 WriteStrategy byteWise = (bytes, out) -> { in checkWrapOutputStreamConsistentWithEncode()1012 WriteStrategy mixed = (bytes, out) -> { in checkWrapOutputStreamConsistentWithEncode()1038 WriteStrategy writeStrategy) throws IOException { in checkWrapOutputStreamConsistentWithEncode()