Package org.apache.logging.log4j.io
Class ByteStreamLogger.ByteBufferInputStream
java.lang.Object
java.io.InputStream
org.apache.logging.log4j.io.ByteStreamLogger.ByteBufferInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
ByteStreamLogger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ByteBufferInputStream
private ByteBufferInputStream()
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-