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

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

Public Methods

Method Description
GpsBabelConverterFlow ( IGpsBabelGateway gpsBabelGateway, string input, string output ) : IsraelHiking.DataAccessInterfaces
Transform ( byte content ) : byte[]

Method Details

GpsBabelConverterFlow() public method

public GpsBabelConverterFlow ( IGpsBabelGateway gpsBabelGateway, string input, string output ) : IsraelHiking.DataAccessInterfaces
gpsBabelGateway IGpsBabelGateway
input string
output string
return IsraelHiking.DataAccessInterfaces

Transform() public method

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