C# 클래스 pcap.Utils

파일 보기 프로젝트 열기: ren85/catcher

공개 프로퍼티들

프로퍼티 타입 설명
MaxSizeInBytes int

공개 메소드들

메소드 설명
DeflateUnzip ( byte byteArray, Encoding Enc ) : string
GetTrulyRandom ( ) : Random
UnGZip ( byte byteArray, Encoding Enc ) : string

메소드 상세

DeflateUnzip() 공개 정적인 메소드

public static DeflateUnzip ( byte byteArray, Encoding Enc ) : string
byteArray byte
Enc System.Text.Encoding
리턴 string

GetTrulyRandom() 공개 정적인 메소드

public static GetTrulyRandom ( ) : Random
리턴 System.Random

UnGZip() 공개 정적인 메소드

public static UnGZip ( byte byteArray, Encoding Enc ) : string
byteArray byte
Enc System.Text.Encoding
리턴 string

프로퍼티 상세

MaxSizeInBytes 공개적으로 정적으로 프로퍼티

public static int MaxSizeInBytes
리턴 int