Class EmptyInputStream
- java.lang.Object
-
- java.io.InputStream
-
- com.sedmelluq.discord.lavaplayer.tools.io.EmptyInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class EmptyInputStream extends java.io.InputStreamRepresents an empty input stream.
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyInputStreamINSTANCE
-
Constructor Summary
Constructors Constructor Description EmptyInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intavailable()intread()
-
-
-
Field Detail
-
INSTANCE
public static final EmptyInputStream INSTANCE
-
-