Home
last modified time | relevance | path

Searched refs:WriteStrategy (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DBase64Test.java990 interface WriteStrategy { interface in Base64Test
999 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()