public class RamSpotFile extends Object
Modifier and Type | Method and Description |
---|---|
static void |
dumpSpotFile(String sortedSpotFile) |
static RamSpotFile |
getInstance() |
byte[] |
getOffset(long from,
long to) |
static byte[] |
load(File file) |
static byte[] |
load(FileInputStream fin) |
static byte[] |
load(String fileName) |
public static RamSpotFile getInstance()
public byte[] getOffset(long from, long to)
public static void dumpSpotFile(String sortedSpotFile)
public static final byte[] load(String fileName)
public static final byte[] load(File file)
public static final byte[] load(FileInputStream fin)
Copyright © 2013. All rights reserved.