Class SkipLastByteInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

An InputStream that skips the last byte of the underlying delegate InputStream if the last byte is equal to the given matchLast value.