C# Class IronPython.Modules.MmapModule.mmap

Afficher le fichier Open project: jdhardy/ironpython

Private Properties

Свойство Type Description
CheckIndex void
CheckIndex void
CheckSeekIndex void
CloseWorker void
EnsureOpen void
EnsureWritable void
FindWorker object
GetLong long?
GetSearchString string
GetString string
MoveWorker void
RFindWorker object
ReturnLong object

Méthodes publiques

Méthode Description
__delitem__ ( long index ) : void
__delslice__ ( IronPython.Runtime.Slice slice ) : void
__len__ ( ) : object
close ( ) : void
find ( [ s ) : object
find ( [ s, long start ) : object
find ( [ s, long start, long end ) : object
flush ( ) : int
flush ( long offset, long size ) : int
mmap ( CodeContext context, int fileno, long length, [ tagname, [ access, [ offset ) : System
move ( long dest, long src, long count ) : void
read ( int len ) : string
read_byte ( ) : string
readline ( ) : string
resize ( long newsize ) : void
rfind ( [ s ) : object
rfind ( [ s, long start ) : object
rfind ( [ s, long start, long end ) : object
seek ( long pos, [ whence ) : void
size ( ) : object
tell ( ) : object
this ( IronPython.Runtime.Slice slice ) : string
this ( long index ) : string
write ( string s ) : void
write_byte ( string s ) : void

Private Methods

Méthode Description
CheckIndex ( long index ) : void
CheckIndex ( long index, bool inclusive ) : void
CheckSeekIndex ( long index ) : void
CloseWorker ( ) : void
EnsureOpen ( ) : void
EnsureWritable ( ) : void
FindWorker ( string s, long start, long end ) : object
GetLong ( object o ) : long?
GetSearchString ( ) : string
GetString ( byte buffer0, byte buffer1, int length1 ) : string
MoveWorker ( byte buffer, long src, long dest, int count ) : void
RFindWorker ( string s, long start, long end ) : object
ReturnLong ( long l ) : object

Method Details

__delitem__() public méthode

public __delitem__ ( long index ) : void
index long
Résultat void

__delslice__() public méthode

public __delslice__ ( IronPython.Runtime.Slice slice ) : void
slice IronPython.Runtime.Slice
Résultat void

__len__() public méthode

public __len__ ( ) : object
Résultat object

close() public méthode

public close ( ) : void
Résultat void

find() public méthode

public find ( [ s ) : object
s [
Résultat object

find() public méthode

public find ( [ s, long start ) : object
s [
start long
Résultat object

find() public méthode

public find ( [ s, long start, long end ) : object
s [
start long
end long
Résultat object

flush() public méthode

public flush ( ) : int
Résultat int

flush() public méthode

public flush ( long offset, long size ) : int
offset long
size long
Résultat int

mmap() public méthode

public mmap ( CodeContext context, int fileno, long length, [ tagname, [ access, [ offset ) : System
context CodeContext
fileno int
length long
tagname [
access [
offset [
Résultat System

move() public méthode

public move ( long dest, long src, long count ) : void
dest long
src long
count long
Résultat void

read() public méthode

public read ( int len ) : string
len int
Résultat string

read_byte() public méthode

public read_byte ( ) : string
Résultat string

readline() public méthode

public readline ( ) : string
Résultat string

resize() public méthode

public resize ( long newsize ) : void
newsize long
Résultat void

rfind() public méthode

public rfind ( [ s ) : object
s [
Résultat object

rfind() public méthode

public rfind ( [ s, long start ) : object
s [
start long
Résultat object

rfind() public méthode

public rfind ( [ s, long start, long end ) : object
s [
start long
end long
Résultat object

seek() public méthode

public seek ( long pos, [ whence ) : void
pos long
whence [
Résultat void

size() public méthode

public size ( ) : object
Résultat object

tell() public méthode

public tell ( ) : object
Résultat object

this() public méthode

public this ( IronPython.Runtime.Slice slice ) : string
slice IronPython.Runtime.Slice
Résultat string

this() public méthode

public this ( long index ) : string
index long
Résultat string

write() public méthode

public write ( string s ) : void
s string
Résultat void

write_byte() public méthode

public write_byte ( string s ) : void
s string
Résultat void