Searched refs:createMappedByteBuffer (Results 1 – 2 of 2) sorted by relevance
60 MappedByteBuffer mappedFile = createMappedByteBuffer(tzData); in execute()95 static MappedByteBuffer createMappedByteBuffer(File tzData) throws IOException { in createMappedByteBuffer() method in ZoneSplitter
77 MappedByteBuffer mappedTzFile = ZoneSplitter.createMappedByteBuffer(inputFile); in execute()