Java org.apache.commons.net.io CopyStreamEvent fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.io CopyStreamEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.io CopyStreamEvent.

The text is from its open source code.

Field

longUNKNOWN_STREAM_SIZE
Constant used to indicate the stream size is unknown.

Method

intgetBytesTransferred()
Returns the number of bytes transferred by the write that triggered the event.
longgetStreamSize()
Returns the size of the stream being copied.
longgetTotalBytesTransferred()
Returns the total number of bytes transferred so far by the copy operation.