(FileInputStream in)
| 106 | } |
| 107 | |
| 108 | @Override |
| 109 | public void read(FileInputStream in) throws IOException { |
| 110 | backingByteBuffer.read(in); |
| 111 | } |
| 112 | |
| 113 | @Override |
| 114 | public AbstractLargeByteBuffer getBackingByteBuffer() { |
no outgoing calls
no test coverage detected