public class FolderArchiveEntry extends ArchiveEntry
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.io.File |
file |
name, output| 构造器和说明 |
|---|
FolderArchiveEntry(java.lang.String name,
java.io.File file,
java.util.HashSet<RAFolderInputStream> inputs,
java.util.HashSet<RAFolderOutputStream> outputs) |
public FolderArchiveEntry(java.lang.String name,
java.io.File file,
java.util.HashSet<RAFolderInputStream> inputs,
java.util.HashSet<RAFolderOutputStream> outputs)
throws java.io.IOException
java.io.IOExceptionpublic long getLength()
throws java.io.IOException
getLength 在类中 ArchiveEntryjava.io.IOExceptionpublic void setLength(long length)
throws java.io.IOException
setLength 在类中 ArchiveEntryjava.io.IOExceptionpublic int read(long pos,
byte[] b,
int off,
int len)
throws java.io.IOException
read 在类中 ArchiveEntryjava.io.IOExceptionpublic void write(long pos,
byte[] b,
int off,
int len)
throws java.io.IOException
write 在类中 ArchiveEntryjava.io.IOExceptionpublic void close()
throws java.io.IOException
close 在类中 ArchiveEntryjava.io.IOExceptionCopyright © 2008 Actuate Corp. All rights reserved.