~ubuntu-branches/ubuntu/oneiric/catools/oneiric

« back to all changes in this revision

Viewing changes to man/base64.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2011-06-02 12:41:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110602124120-zm6vb5re19v0e2wj
Tags: 1.12-1
* New upstream version.
* Added myself as Uploader (debian/control).
* Incremented Standards-Version to reflect conformance with Policy 3.9.2.
  (debian/control, no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  any binary data as string using alphanumeric subset of ASCII character set.
8
8
}
9
9
\usage{
10
 
  z = base64encode(x, size=NA, endian=.Platform$endian)
11
 
  x = base64decode(z, what, size=NA, signed = TRUE, endian=.Platform$endian)
 
10
  base64encode(x, size=NA, endian=.Platform$endian)
 
11
  base64decode(z, what, size=NA, signed = TRUE, endian=.Platform$endian)
12
12
}
13
13
 
14
14
\arguments{