com.tc.util.io |
|
Java Source File Name | Type | Comment |
BlankLineSkippingBufferedReader.java | Class | |
BlankLineSkippingBufferedReaderTest.java | Class | Unit test for
BlankLineSkippingBufferedReader . |
MockChannel.java | Class | |
MockGatheringByteChannel.java | Class | dev-null implementation of a gathering byte channel. |
MockReadableByteChannel.java | Class | dev-zero implementation of a readable byte channel, you can specify the maximum number of bytes to read at once by
calling
MockReadableByteChannel.setMaxReadCount(long) . |
MockScatteringByteChannel.java | Class | dev-zero implementation of a readable channel. |
MockWritableByteChannel.java | Class | dev-null implementation of a writable byte channel, you can specify the maximum number of bytes to write at once by
calling
MockWritableByteChannel.setMaxWriteCount(long) . |
StreamHandler.java | Class | |
TCFileUtils.java | Class | |