public class FileSegment extends Object
| 构造器和说明 |
|---|
FileSegment(FileChannel fileChannel,
long position,
int length,
boolean isBuffer) |
public FileSegment(FileChannel fileChannel, long position, int length, boolean isBuffer)
public FileChannel getFileChannel()
public long getPosition()
public int getLength()
public boolean isBuffer()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.