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:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- ByteStreamLogger
private class ByteStreamLogger.ByteBufferInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteBufferInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] bytes, int off, int len)
-