Home
last modified time | relevance | path

Searched defs:getRandomAccess (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DTailer.java378 RandomAccessResourceBridge getRandomAccess(final String mode) throws FileNotFoundException; in getRandomAccess() method
425 …public RandomAccessResourceBridge getRandomAccess(final String mode) throws FileNotFoundException { in getRandomAccess() method in Tailer.TailablePath
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DTailerTest.java72 …public Tailer.RandomAccessResourceBridge getRandomAccess(final String mode) throws FileNotFoundExc… in getRandomAccess() method in TailerTest.NonStandardTailable