Sys::VirtConvert::Transfer::Local(3) | User Contributed Perl Documentation | Sys::VirtConvert::Transfer::Local(3) |
NAME¶
Sys::VirtConvert::Transfer::Local - Access local storage
METHODS¶
- new(path, is_block, format, is_sparse)
- Create a new Local transfer object.
- local_path
- Return a local path to the file.
- get_read_stream(convert)
- Get a ReadStream for this volume. Data will be converted to raw format if convert is 1.
- get_write_stream(convert)
- Get a WriteStream for this volume. Data will be converted from raw format if convert is 1.
COPYRIGHT¶
Copyright (C) 2010 Red Hat Inc.
LICENSE¶
Please see the file COPYING.LIB for the full license.
SEE ALSO¶
Sys::VirtConvert::Converter(3pm), virt-v2v(1), <http://libguestfs.org/>.
2013-12-03 | perl v5.10.1 |