Searched refs:UnmarkableInputStream (Results 1 – 2 of 2) sorted by relevance
98 counter = new CountingInputStream(new UnmarkableInputStream()); in testMarkNotSupported()108 private static class UnmarkableInputStream extends InputStream { class in CountingInputStreamTest
572 InputStream lin = ByteStreams.limit(new UnmarkableInputStream(), 2); in testLimit_markNotSupported()582 private static class UnmarkableInputStream extends InputStream { class in ByteStreamsTest