C# Class IsraelHiking.API.Converters.ConverterFlows.GpxVersion1ToGpxVersion11ConverterFlow

Inheritance: IConverterFlowItem
显示文件 Open project: IsraelHikingMap/Site

Public Methods

Method Description
GpxVersion1ToGpxVersion11ConverterFlow ( IGpsBabelGateway gpsBabelGateway ) : System.IO
IsGpxVersion1 ( byte content ) : bool
Transform ( byte content ) : byte[]

Method Details

GpxVersion1ToGpxVersion11ConverterFlow() public method

public GpxVersion1ToGpxVersion11ConverterFlow ( IGpsBabelGateway gpsBabelGateway ) : System.IO
gpsBabelGateway IGpsBabelGateway
return System.IO

IsGpxVersion1() public static method

public static IsGpxVersion1 ( byte content ) : bool
content byte
return bool

Transform() public method

public Transform ( byte content ) : byte[]
content byte
return byte[]