public class SevenZipBuffer extends Object implements Closeable
Constructor and Description |
---|
SevenZipBuffer(File file) |
Modifier and Type | Method and Description |
---|---|
boolean |
bytesAre(byte[] bytes,
int offset,
int endIndex,
byte[] query) |
void |
close() |
double |
getPercentCompleted() |
long |
getTotalBytes() |
int |
indexOf(byte[] bytes,
int begIndex,
int endIndex,
byte[] query) |
int |
indexOf(gnu.trove.list.TByteList bytes,
int minOffset,
byte[] query) |
String |
readUntil(String... markers) |
boolean |
skipUntil(String... markers) |
public SevenZipBuffer(File file) throws IOException
IOException
public boolean skipUntil(String... markers) throws IOException
IOException
public String readUntil(String... markers) throws IOException
IOException
public int indexOf(gnu.trove.list.TByteList bytes, int minOffset, byte[] query)
public int indexOf(byte[] bytes, int begIndex, int endIndex, byte[] query)
public boolean bytesAre(byte[] bytes, int offset, int endIndex, byte[] query)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public long getTotalBytes()
public double getPercentCompleted()
Copyright © 2018. All rights reserved.