コード例 #1
0
ファイル: FMFileImpl.java プロジェクト: aprasa/project
  protected void readSupport(DirectByteBuffer buffer, long position) throws FMFileManagerException {

    readSupport(new DirectByteBuffer[] {buffer}, position);
  }