Property | Type | Description | |
---|---|---|---|
BytesIO | System | ||
DoWrite | int | ||
DoWrite | int | ||
DoWrite | int | ||
DoWrite | int | ||
EnsureSize | void | ||
EnsureSizeSetLength | void | ||
IDisposable | void | ||
IDynamicMetaObjectProvider | |||
IEnumerator | bool | ||
IEnumerator | void | ||
isatty | bool | ||
read | object | ||
read1 | System.Bytes | ||
readinto | BigInteger | ||
readline | System.Bytes | ||
readline | object | ||
readlines | List | ||
seek | BigInteger | ||
tell | BigInteger | ||
truncate | BigInteger | ||
write | BigInteger | ||
writelines | void |
Method | Description | |
---|---|---|
BytesIO ( CodeContext context, [ initial_bytes ) : System | ||
__init__ ( [ initial_bytes ) : void | ||
close ( CodeContext context ) : void |
close() -> None. Disable all I/O operations.
|
|
getvalue ( ) : System.Bytes |
getvalue() -> bytes. Retrieve the entire contents of the BytesIO object.
|
|
readable ( CodeContext context ) : bool | ||
readinto ( CodeContext context, object buf ) : BigInteger | ||
readline ( object size ) : System.Bytes | ||
seek ( CodeContext context, BigInteger pos, [ whence ) : BigInteger | ||
seek ( double pos, [ whence ) : BigInteger | ||
seekable ( CodeContext context ) : bool | ||
truncate ( CodeContext context, [ size ) : BigInteger | ||
truncate ( int size ) : BigInteger | ||
writable ( CodeContext context ) : bool |
Method | Description | |
---|---|---|
BytesIO ( CodeContext context ) : System | ||
DoWrite ( ICollection |
||
DoWrite ( byte bytes ) : int | ||
DoWrite ( object bytes ) : int | ||
DoWrite ( string bytes ) : int | ||
EnsureSize ( int size ) : void | ||
EnsureSizeSetLength ( int size ) : void | ||
IDisposable ( ) : void | ||
IDynamicMetaObjectProvider ( Expression parameter ) : |
||
IEnumerator ( ) : bool | ||
IEnumerator ( ) : void | ||
isatty ( CodeContext context ) : bool | ||
read ( CodeContext context, [ size ) : object | ||
read1 ( CodeContext context, int size ) : System.Bytes | ||
readinto ( [ buffer ) : BigInteger | ||
readline ( [ size ) : System.Bytes | ||
readline ( CodeContext context, [ limit ) : object | ||
readlines ( [ hint ) : List | ||
seek ( int pos, [ whence ) : BigInteger | ||
tell ( CodeContext context ) : BigInteger | ||
truncate ( ) : BigInteger | ||
write ( CodeContext context, object bytes ) : BigInteger | ||
writelines ( [ lines ) : void |
public BytesIO ( CodeContext context, [ initial_bytes ) : System | ||
context | CodeContext | |
initial_bytes | [ | |
return | System |
public readable ( CodeContext context ) : bool | ||
context | CodeContext | |
return | bool |
public readinto ( CodeContext context, object buf ) : BigInteger | ||
context | CodeContext | |
buf | object | |
return | BigInteger |
public readline ( object size ) : System.Bytes | ||
size | object | |
return | System.Bytes |
public seek ( CodeContext context, BigInteger pos, [ whence ) : BigInteger | ||
context | CodeContext | |
pos | BigInteger | |
whence | [ | |
return | BigInteger |
public seek ( double pos, [ whence ) : BigInteger | ||
pos | double | |
whence | [ | |
return | BigInteger |
public seekable ( CodeContext context ) : bool | ||
context | CodeContext | |
return | bool |
public truncate ( CodeContext context, [ size ) : BigInteger | ||
context | CodeContext | |
size | [ | |
return | BigInteger |
public writable ( CodeContext context ) : bool | ||
context | CodeContext | |
return | bool |