Package lukyt
Class LuaInputStream
java.lang.Object
java.io.InputStream
lukyt.LuaInputStream
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class LuaInputStream
extends java.io.InputStream
-
Constructor Summary
Constructors Constructor Description LuaInputStream(LuaObject stream) -
Method Summary
-
Constructor Details
-
Method Details
-
read
public int read() throws java.io.IOException- Specified by:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
available
public int available()- Overrides:
availablein classjava.io.InputStream
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.InputStream- Throws:
java.io.IOException
-