Searched defs:offset (Results 1 – 4 of 4) sorted by relevance
44 public abstract int read(short[] samples, int offset, int len) throws IOException; in read()
108 int offset = 100; in doCopyFile() local
235 public int read(short[] samples, int offset, int len) throws IOException { in read()
234 long offset, in SecHeader()1195 private String readString(long offset) throws IOException { in readString()1290 int offset = (int) (strOffset & 0xFFFFFFFF); in readDynStr() local