CSJ2K.j2k.io.BEBufferedRandomAccessFile.ToString C# (CSharp) Méthode

ToString() public méthode

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