Searched refs:FileChannel (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/
H A DFileUtil.java24 import java.nio.channels.FileChannel;
104 FileChannel inChannel = null;
105 FileChannel outChannel = null;
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/util/
H A DFileUtil.java33 import java.nio.channels.FileChannel;
56 FileChannel channel = new FileInputStream(file).getChannel();
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DUtils.java24 import java.nio.channels.FileChannel;
80 FileChannel outChannel = new FileOutputStream(out).getChannel();
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DLockFileManager.java34 import java.nio.channels.FileChannel;
144 FileChannel channel = null;
266 FileChannel channel = null;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java37 import java.nio.channels.FileChannel;
53 private final FileChannel channel;
97 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
/forgerock/opendj2/src/server/org/opends/server/core/
H A DLockFileManager.java31 import java.nio.channels.FileChannel;
138 FileChannel channel = null;
260 FileChannel channel = null;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java38 import java.nio.channels.FileChannel;
54 private final FileChannel channel;
98 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java38 import java.nio.channels.FileChannel;
54 private final FileChannel channel;
98 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DLockFileManager.java34 import java.nio.channels.FileChannel;
144 FileChannel channel = null;
266 FileChannel channel = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DLockFileManager.java34 import java.nio.channels.FileChannel;
144 FileChannel channel = null;
266 FileChannel channel = null;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java37 import java.nio.channels.FileChannel;
53 private final FileChannel channel;
97 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DLockFileManager.java31 import java.nio.channels.FileChannel;
138 FileChannel channel = null;
260 FileChannel channel = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java38 import java.nio.channels.FileChannel;
54 private final FileChannel channel;
98 public IndexInputBuffer(IndexManager indexMgr, FileChannel channel,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DLockFileManager.java31 import java.nio.channels.FileChannel;
123 FileChannel channel = null;
236 FileChannel channel = null;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporterTest.java32 import java.nio.channels.FileChannel;
273 final FileChannel channel =
274 FileChannel.open(tempDir.toPath().resolve("region-chunk"), StandardOpenOption.CREATE_NEW,
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java45 import java.nio.channels.FileChannel;
186 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java44 import java.nio.channels.FileChannel;
185 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java45 import java.nio.channels.FileChannel;
186 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java44 import java.nio.channels.FileChannel;
185 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java45 import java.nio.channels.FileChannel;
186 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/util/
H A DFileManagerTest.java38 import java.nio.channels.FileChannel;
187 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java39 import java.nio.channels.FileChannel;
928 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java38 import java.nio.channels.FileChannel;
927 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java39 import java.nio.channels.FileChannel;
928 FileChannel c = new RandomAccessFile(target, "rw").getChannel();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java38 import java.nio.channels.FileChannel;
927 FileChannel c = new RandomAccessFile(target, "rw").getChannel();

Completed in 63 milliseconds

12