Package net.aequologica.neo.serioulizer
Interface Reader<T>
-
- All Known Subinterfaces:
ReaderWriter<T>
- All Known Implementing Classes:
AbstractReaderWriter,InMemoryReaderWriter,MinimalReaderWriter,SeriousReaderWriter
public interface Reader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(InputStream inputStream)Tread(Reader reader)Tread(Path source)
-
-
-
Method Detail
-
read
T read(Path source) throws IOException
- Throws:
IOException
-
read
T read(InputStream inputStream) throws IOException
- Throws:
IOException
-
read
T read(Reader reader) throws IOException
- Throws:
IOException
-
-