java.lang.Object
ij.io.RoiEncoder
public class RoiEncoder
extends java.lang.Object
Saves an ROI to a file or stream. RoiDecoder.java has a description of the file format.
- See Also:
RoiDecoder
,RoiReader
-
Constructor Summary
Constructors Constructor Description RoiEncoder(java.io.OutputStream f)
Creates an RoiEncoder using the specified OutputStream.RoiEncoder(java.lang.String path)
Creates an RoiEncoder using the specified path. -
Method Summary
-
Constructor Details
-
RoiEncoder
public RoiEncoder(java.lang.String path)Creates an RoiEncoder using the specified path. -
RoiEncoder
public RoiEncoder(java.io.OutputStream f)Creates an RoiEncoder using the specified OutputStream.
-
-
Method Details
-
save
Saves the specified ROI as a file, returning 'true' if successful. -
write
Save the Roi to the file of stream.- Throws:
java.io.IOException
-
saveAsByteArray
Saves the specified ROI as a byte array.
-