Package org.smallmind.nutsnbolts.lang
Class ClassStreamTicket
- java.lang.Object
-
- org.smallmind.nutsnbolts.lang.ClassStreamTicket
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class ClassStreamTicket extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description ClassStreamTicket(InputStream inputStream, long timeStamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()InputStreamgetInputStream()longgetTimeStamp()
-
-
-
Constructor Detail
-
ClassStreamTicket
public ClassStreamTicket(InputStream inputStream, long timeStamp)
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
-
getTimeStamp
public long getTimeStamp()
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-