Searched refs:UnmarkableInputStream (Results 1 – 4 of 4) sorted by relevance
102 counter = new CountingInputStream(new UnmarkableInputStream()); in testMarkNotSupported()112 private static class UnmarkableInputStream extends InputStream { class in CountingInputStreamTest
653 InputStream lin = ByteStreams.limit(new UnmarkableInputStream(), 2); in testLimit_markNotSupported()663 private static class UnmarkableInputStream extends InputStream { class in ByteStreamsTest