Table of Contents

Class Binary2Po

Namespace
Yarhl.Media.Text
Assembly
Yarhl.Media.Text.dll

Binary to Po converter.

public class Binary2Po : IConverter<IBinary, Po>, IConverter
Inheritance
Binary2Po
Implements
Inherited Members

Methods

Convert(IBinary)

Convert the specified Binary stream into a PO object.

public Po Convert(IBinary source)

Parameters

source IBinary

Source binary stream.

Returns

Po

The converted PO object.