class TruncatedStream extends FilterInputStream
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TruncatedStream
- FilterInputStream
- InputStream
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
available(): Int
- Definition Classes
- FilterInputStream → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
close(): Unit
- Definition Classes
- FilterInputStream → InputStream → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
- def continueReading(): Boolean
-
def
mark(arg0: Int): Unit
- Definition Classes
- FilterInputStream → InputStream
-
def
markSupported(): Boolean
- Definition Classes
- FilterInputStream → InputStream
-
def
read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
- Definition Classes
- FilterInputStream → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(arg0: Array[Byte]): Int
- Definition Classes
- FilterInputStream → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(): Int
- Definition Classes
- FilterInputStream → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reset(): Unit
- Definition Classes
- FilterInputStream → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
skip(arg0: Long): Long
- Definition Classes
- FilterInputStream → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )