Package ch.qos.logback.core.encoder
Class NonClosableInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- ch.qos.logback.core.encoder.NonClosableInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@Deprecated(since="2022-01-27") public class NonClosableInputStream extends java.io.FilterInputStreamDeprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.The whole point of this input stream is to ignore invocations to close()voidrealClose()Deprecated.-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-
-
-
Method Detail
-
close
public void close()
Deprecated.The whole point of this input stream is to ignore invocations to close()- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.FilterInputStream
-
realClose
public void realClose() throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-