CSJ2K.j2k.io.BufferedRandomAccessFile.readByte C# (CSharp) 메소드

readByte() 공개 메소드

Reads an unsigned byte of data from the stream. Prior to reading, the stream is realigned at the byte level.
If an I/O error ocurred. /// /// If the end of file was reached /// ///
public readByte ( ) : byte
리턴 byte
        public byte readByte()
        {
            return read();
        }