org.omnaest.utils.streams
Class StreamConnector.TransferResult
java.lang.Object
org.omnaest.utils.streams.StreamConnector.TransferResult
- Enclosing class:
- StreamConnector
public static class StreamConnector.TransferResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
successful
protected boolean successful
transferSizeInBytes
protected int transferSizeInBytes
exception
protected Exception exception
StreamConnector.TransferResult
public StreamConnector.TransferResult(boolean successful,
int transferSizeInBytes,
Exception exception)
- Parameters:
successful - transferSizeInBytes - exception -
isSuccessful
public boolean isSuccessful()
getTransferSizeInBytes
public int getTransferSizeInBytes()
getException
public Exception getException()
Copyright © 2013. All Rights Reserved.