java.io.*
InputStream
System.IO.Stream
System.IO.IDisposable
${this}.close()
Close
System.Void
${this}.read(${buffer},${offset},${count})
System.Byte[]
buffer
System.Int32
offset
System.Int32
count
Read
System.Int32
${this}.write(${buffer},${offset},${count})
System.Byte[]
buffer
System.Int32
offset
System.Int32
count
Write
System.Void
RusticiSoftware.JavaSupport.Unsupported
Unsupported.throwUnsupported("${this}.Position")
System.Int64
Position
Unsupported.throwUnsupported("${this}.Position")
Unsupported.throwUnsupported("${this}.Position = ${value}")
java.io.*
new FileInputStream(${path})
System.String
path