Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
2d34cd3e
Kaydet (Commit)
2d34cd3e
authored
Eki 10, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>.
Added "See also" section with relevant RFC references.
üst
25407882
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
libxdrlib.tex
Doc/lib/libxdrlib.tex
+14
-4
No files found.
Doc/lib/libxdrlib.tex
Dosyayı görüntüle @
2d34cd3e
\section
{
\module
{
xdrlib
}
---
Encode and decode XDR data.
}
\declaremodule
{
standard
}{
xdrlib
}
Encode and decode XDR data
}
\declaremodule
{
standard
}{
xdrlib
}
\modulesynopsis
{
Encoders and decoders for the External Data
Representation (XDR).
}
Representation (XDR).
}
\index
{
XDR
}
\index
{
External Data Representation
}
The
\module
{
xdrlib
}
module supports the External Data Representation
Standard as described in
\rfc
{
1014
}
, written by Sun Microsystems,
Inc. June 1987. It supports most of the data types described in the
...
...
@@ -30,6 +29,17 @@ values from a string buffer. The input buffer is given as
\end{classdesc}
\begin{seealso}
\seerfc
{
1014
}{
XDR: External Data Representation Standard
}{
This RFC
defined the encoding of data which was XDR at the time
this module was originally written. It has
appearantly been obsoleted by
\rfc
{
1832
}
.
}
\seerfc
{
1832
}{
XDR: External Data Representation Standard
}{
Newer RFC
that provides a revised definition of XDR.
}
\end{seealso}
\subsection
{
Packer Objects
\label
{
xdr-packer-objects
}}
\class
{
Packer
}
instances have the following methods:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment