public class IntFileUtils extends Object
Constructor and Description |
---|
IntFileUtils() |
Modifier and Type | Method and Description |
---|---|
static IntIterator |
readInts(FileIO fileIO,
Path path) |
static void |
writeInts(FileIO fileIO,
Path path,
IntIterator input) |
public static IntIterator readInts(FileIO fileIO, Path path) throws IOException
IOException
public static void writeInts(FileIO fileIO, Path path, IntIterator input) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.