Movatterモバイル変換


[0]ホーム

URL:


Up one LevelPython Library ReferenceContentsModule IndexIndex


18.24.4 Binary Objects

This class may be initialized from string data (which may include NULs).The primary access to the content of aBinary object isprovided by an attribute:

data
The binary data encapsulated by theBinary instance. The datais provided as an 8-bit string.

Binary objects have the following methods, supported mainlyfor internal use by the marshalling/unmarshalling code:

decode(string)
Accept a base64 string and decode it as the instance's new data.

encode(out)
Write the XML-RPC base 64 encoding of this binary item to the outstream object.

It also supports certain of Python's built-in operators through a__cmp__() method.


Up one LevelPython Library ReferenceContentsModule IndexIndex

Release 2.5.2, documentation updated on 21st February, 2008.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2025 Movatter.jp