public class PagesDir extends VirtualContainer
| 限定符和类型 | 方法和说明 |
|---|---|
PageDir |
getByIndex(int index)
获取索引的页面容器
页码 = index + 1
|
PageDir |
getPageDir(String containerName) |
PageDir |
newPageDir()
创建一个新的页面容器
|
addRaw, clean, close, deleteFile, exist, exit, flush, flushContainerByName, flushFileByName, getAbsLoc, getContainer, getContainerName, getContainerPath, getFile, getObj, getParent, getSysAbsPath, obtainContainer, putFile, putFileWithPath, putObj, setParentpublic PagesDir(Path fullDir) throws IllegalArgumentException
public PageDir newPageDir()
public PageDir getByIndex(int index) throws FileNotFoundException
页码 = index + 1
index - 索引(从0开始)FileNotFoundException - 无法找到指定索引页面public PageDir getPageDir(String containerName) throws FileNotFoundException
Copyright © 2023. All rights reserved.