public class ExtendInputImageStream extends Object
| Constructor and Description |
|---|
ExtendInputImageStream(File file,
long[] segmentPositions,
int[] segmentLengths,
ImageDescriptor imageDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
getDoubleArray(int[] array) |
static double[] |
getDoubleArray(long[] array) |
File |
getFile() |
ImageDescriptor |
getImageDescriptor() |
long[] |
getSegmentLengths() |
long[] |
getSegmentPositions() |
public ExtendInputImageStream(File file, long[] segmentPositions, int[] segmentLengths, ImageDescriptor imageDescriptor)
public static double[] getDoubleArray(long[] array)
public static long[] getDoubleArray(int[] array)
public long[] getSegmentPositions()
public long[] getSegmentLengths()
public File getFile()
public ImageDescriptor getImageDescriptor()
Copyright © 2020. All rights reserved.