InputStreamExtensions
better.files.Implicits.InputStreamExtensions
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
If bufferSize is set to less than or equal to 0, we don't buffer
If bufferSize is set to less than or equal to 0, we don't buffer
Attributes
def asObjectInputStreamUsingClassLoader(classLoader: ClassLoader, bufferSize: Int): ObjectInputStream
Attributes
- bufferSize
If bufferSize is set to less than or equal to 0, we don't buffer Code adapted from: https://github.com/apache/commons-io/blob/master/src/main/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java
- Returns:
A special ObjectInputStream that loads a class based on a specified ClassLoader rather than the default This is useful in dynamic container environments.
Pipe an input stream to an output stream using a byte buffer
Pipe an input stream to an output stream using a byte buffer