Searched defs:TestInputStream (Results 1 – 5 of 5) sorted by relevance
35 public class TestInputStream extends FilterInputStream { class40 public TestInputStream(InputStream in, TestOption... options) throws IOException { in TestInputStream() method in TestInputStream44 public TestInputStream(InputStream in, Iterable<TestOption> options) throws IOException { in TestInputStream() method in TestInputStream
34 private static class TestInputStream extends ByteArrayInputStream { class in CipherInputStreamTest37 public TestInputStream(byte[] data) { in TestInputStream() method in CipherInputStreamTest.TestInputStream
232 class TestInputStream < Test::Unit::TestCase class
122 class TestInputStream : public ZeroCopyInputStream { class124 TestInputStream(const void* data, int size, int block_size) in TestInputStream() function in google::protobuf::io::__anon646777a90111::TestInputStream
296 class TestInputStream(unittest.TestCase): class