bigloo.mmaps.get C# (CSharp) Method

get() public method

public get ( long i ) : int
i long
return int
        public override int get( long i )
        {
            if( reada ) {
            return name[ i ];
             } else {
            foreign.fail( "mmap", "write only mmap", this );
            return -1;
             }
        }