CSJ2K.j2k.util.ISRandomAccessIO.ISRandomAccessIO C# (CSharp) Метод

ISRandomAccessIO() публичный Метод

Creates a new RandomAccessIO wrapper for the given InputStream 'is'. The internal cache buffer size and increment is to to 256 kB. The maximum buffer size is set to Integer.MAX_VALUE (2 GB).
public ISRandomAccessIO ( System is_Renamed ) : System
is_Renamed System
Результат System
        public ISRandomAccessIO(System.IO.Stream is_Renamed)
            : this(is_Renamed, 1 << 18, 1 << 18, System.Int32.MaxValue)
        {
        }

Same methods

ISRandomAccessIO::ISRandomAccessIO ( System is_Renamed, int size, int inc, int maxsize ) : System