Class InputStreamEvent
java.lang.Object
net.thevpc.common.io.InputStreamEvent
- Author:
- thevpc
-
Constructor Summary
ConstructorsConstructorDescriptionInputStreamEvent(Object source, String sourceName, long globalCount, long globalMillis, long partialCount, long partialMillis, long length, Throwable exception) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglong
-
Constructor Details
-
InputStreamEvent
-
-
Method Details
-
getException
-
getLength
public long getLength() -
getSource
-
getSourceName
-
getGlobalCount
public long getGlobalCount() -
getGlobalMillis
public long getGlobalMillis() -
getPartialCount
public long getPartialCount() -
getPartialMillis
public long getPartialMillis()
-