public class SpectrumResult
extends java.lang.Object
| Constructor and Description |
|---|
SpectrumResult(java.lang.String ruleName,
ImageSpecification inputImageSpecification,
ImageSpecification outputImageSpecification,
long totalBytesRead,
long totalBytesWritten) |
| Modifier and Type | Method and Description |
|---|---|
ImageSpecification |
getInputImageSpecification()
Detected input image specification for the operation.
|
ImageSpecification |
getOutputImageSpecification()
Determined output image specification for the operation.
|
java.lang.String |
getRuleName()
Name of the rule which has performed the operation.
|
long |
getTotalBytesRead()
Total number of bytes that has been read from the underlying image source
|
long |
getTotalBytesWritten()
Total number of bytes that has been written to the image sink
|
boolean |
isSuccessful()
True iff a rule has been applied to fulfill the request |
java.lang.String |
toString() |
public SpectrumResult(@Nullable
java.lang.String ruleName,
@Nullable
ImageSpecification inputImageSpecification,
@Nullable
ImageSpecification outputImageSpecification,
long totalBytesRead,
long totalBytesWritten)
public boolean isSuccessful()
True iff a rule has been applied to fulfill the request@Nullable public java.lang.String getRuleName()
@Nullable public ImageSpecification getInputImageSpecification()
@Nullable public ImageSpecification getOutputImageSpecification()
public long getTotalBytesRead()
public long getTotalBytesWritten()
public java.lang.String toString()
toString in class java.lang.Object