Interface EntityInputStream
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface EntityInputStream extends Closeable
- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity
nextEntity()
Get the next import entity from the stream of entities being imported.
-
-
-
Method Detail
-
nextEntity
Entity nextEntity() throws IOException
Get the next import entity from the stream of entities being imported.- Throws:
IOException
-
-