import java.io.InputStream fun InputStream.test() { readBytes() readBytes(1) }