C# 클래스 Recognos.Core.UUCodecs

Utility class to UUEncode and UUDecode
This class has been taken from http://geekswithblogs.net/kobush/articles/63486.aspx
파일 보기 프로젝트 열기: Recognos/Recognos.Core

공개 메소드들

메소드 설명
UUDecode ( System input, System output ) : void

UUDecode a stream

UUEncode ( System input, System output ) : void

UUencode a stream.

메소드 상세

UUDecode() 공개 정적인 메소드

UUDecode a stream
public static UUDecode ( System input, System output ) : void
input System The input.
output System The output.
리턴 void

UUEncode() 공개 정적인 메소드

UUencode a stream.
public static UUEncode ( System input, System output ) : void
input System The input.
output System The output.
리턴 void