Package org.robovm.compiler.util.io
-
Class Summary Class Description Fifos fifo related utility methods.FilteringStreamProxy Reads from oneInputStreamand writes to anOutputStreamlooking for a pattern in the in data.HfsCompressor Takes a file and compresses it via thelibhfscompressor.dylibinrobovm/bin.NeverCloseOutputStream OutputStreamwhich wraps anotherOutputStreamand forwards all calls to it exceptOutputStream.close().OpenOnReadFileInputStream InputStreamwhich writes to aFileInputStreambut defers opening theFileInputStreamuntil the first write.OpenOnWriteFileOutputStream OutputStreamwhich writes to aFileOutputStreambut defers opening theFileOutputStreamuntil the first write.RamDiskTools Will modify cache and tmpdir paths given aConfig.builder()and prun the cache if necessary.