Sha256: 20b6df183c72c254fcf37a8ed5abe8bcf74b720b8c15f15ae8dce0b5402445a4
Contents?: true
Size: 240 Bytes
Versions: 76
Compression:
Stored size: 240 Bytes
Contents
package j2me.nio.channels; import java.io.IOException; public class FileChannel { public void force(boolean metaData) throws IOException { throw new IOException(); //TODO: force } }
Version data entries
76 entries across 76 versions & 1 rubygems