http://idk.i2p/javadoc-i2p/i2p/susi/util/EOFOnMatchInputStream.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Constructor Details EOFOnMatchInputStream public EOFOnMatchInputStream ( InputStream in,
byte[] match) Non-counter mode. getRead() will return 0. Parameters: match - will be copied EOFOnMatchInputStream public EOFOnMatchInputStream ( InputStream in, ReadCounter ctr,
byte[] match) Counter mode. getRead() will the ReadCounter's value, not including...