public abstract static class FileDigestGenerator.FileReader<INPUT extends Closeable> extends Object implements Iterator<byte[]>, Iterable<byte[]>
| 限定符和类型 | 字段和说明 |
|---|---|
protected long |
fileLength |
protected INPUT |
input |
protected long |
readedLength |
| 构造器和说明 |
|---|
FileReader() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
boolean |
hasNext() |
Iterator<byte[]> |
iterator() |
abstract byte[] |
next() |
void |
remove() |
void |
setFile(File file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic void setFile(File file)
public final void close()
Copyright © 2020. All rights reserved.