CSJ2K.j2k.io.BEBufferedRandomAccessFile.ToString C# (CSharp) Method

ToString() public method

Returns a string of information about the file and the endianess
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return base.ToString() + "\nBig-Endian ordering";
        }