Méthode | Description | |
---|---|---|
NotEnoughDataException ( long currentOutSize, long totalOutSize ) : System |
Creates a new NotEnoughDataException.
|
public NotEnoughDataException ( long currentOutSize, long totalOutSize ) : System | ||
currentOutSize | long | The actual number of written bytes. |
totalOutSize | long | The desired number of written bytes. |
Résultat | System |