...
API | Method(s) | Notes |
---|---|---|
java.lang.Object | wait | |
java.lang.Process | waitFor | Windows only |
java.io.File | All file I/O operations | |
java.io.FileInputStream | open, read, skip | |
java.io.FileOutputStream | open, write | |
java.io.RandomAccessFile | open, read, write, seek | |
java.net.InetAddress | All lookup operations | InetAddress SPI in the works that will allow deploying a virtual thread friendly name resolver |
java.nio.MappedByteBuffer | force | |
java.nio.channels.Selector | All blocking selection operations | |
java.nio.channels.FileChannel | read, write, lock, truncate, force, transferTo | |
java.nio.file | All file I/O operations |
...
Overview
Content Tools
ThemeBuilder