Interface IStreamProcessor
-
- All Known Implementing Classes:
StreamProcessor
public interface IStreamProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voidrelease(AbstractStream stream, boolean releaseStream)
-
-
-
Method Detail
-
release
void release(AbstractStream stream, boolean releaseStream)
-
destroy
void destroy()
-
-