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

ToString() 공개 메소드

Returns a string of information about the file
public ToString ( ) : System.String
리턴 System.String
        public override System.String ToString()
        {
            return "BufferedRandomAccessFile: " + fileName + " (" + ((isReadOnly)?"read only":"read/write") + ")";
        }