Public Member Functions | |
int | read () throws IOException |
int | read () throws IOException |
int | read (byte[] b) throws IOException |
int | read (byte[] b) throws IOException |
int | read (byte[] b, int off, int len) throws IOException |
int | read (byte[] b, int off, int len) throws IOException |
long | skip (long len) throws IOException |
long | skip (long len) throws IOException |
SmallBlockInputStream (byte[] data, int blockSize) | |
SmallBlockInputStream (byte[] data, int blockSize) | |
Private Attributes | |
final int | blockSize |
int | readCalls |
int | skipCalls |
An InputStream which limits the number of bytes it reads at a time. We use this to make sure that CodedInputStream doesn't screw up when reading in small blocks.
Definition at line 145 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 150 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 151 of file protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 156 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 157 of file protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 162 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 163 of file protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 168 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 169 of file protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 174 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
inline |
Definition at line 175 of file protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
private |
Definition at line 146 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
private |
Definition at line 148 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.
|
private |
Definition at line 147 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java.