GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SVN::Dump::Text(3) User Contributed Perl Documentation SVN::Dump::Text(3)

SVN::Dump::Text - A text block from a svn dump

version 0.08

    # SVN::Dump::Text objects are returned by the read_text_block()
    # method of SVN::Dump::Reader

A SVN::Dump::Text object represents the text of a SVN dump record.

The following methods are available:
new( $text )
Create a new SVN::Dump::Text object, initialised with the given text.
get()
Return the text of the SVN::Dump::Text object.
set( $text )
Set the text of the SVN::Dump::Text object.
as_string()
Return a string representation of the text block.
digest( $algo )
Return a digest of the text computed with the $algo algorithm in hexadecimal form. See the Digest module for valid values of $algo.

Return "undef" if the digest algorithm is not supported.

SVN::Dump::Reader, SVN::Dump::Record.

Copyright 2006-2013 Philippe Bruhat (BooK), All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2020-03-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.