ByteArrayInputStream.markSupported

Tests if this <code>InputStream</code> supports mark/reset. The <code>markSupported</code> method of <code>ByteArrayInputStream</code> always returns <code>true</code>.

class ByteArrayInputStream
override
bool
markSupported
()

Meta