Package net.aequologica.neo.serioulizer
Interface Serioulizer.Stream
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
Serioulizer.StreamImpl
- Enclosing interface:
- Serioulizer
public static interface Serioulizer.Stream extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()longgetLength()StringgetMimeType()
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream()
-
getMimeType
String getMimeType()
-
getLength
long getLength()
-
-