C# 클래스 UnityEngine.Networking.DownloadHandlerBuffer

상속: DownloadHandler
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
DownloadHandlerBuffer ( ) : System

Default constructor.

GetContent ( UnityWebRequest www ) : string

Returns a copy of the native-memory buffer interpreted as a UTF8 string.

보호된 메소드들

메소드 설명
GetData ( ) : byte[]

Returns a copy of the contents of the native-memory data buffer as a byte array.

GetText ( ) : string

Returns a copy of the native-memory buffer interpreted as a UTF8 string.

비공개 메소드들

메소드 설명
InternalGetData ( ) : byte[]
InternalGetText ( ) : string

메소드 상세

DownloadHandlerBuffer() 공개 메소드

Default constructor.

public DownloadHandlerBuffer ( ) : System
리턴 System

GetContent() 공개 정적인 메소드

Returns a copy of the native-memory buffer interpreted as a UTF8 string.

public static GetContent ( UnityWebRequest www ) : string
www UnityWebRequest A finished UnityWebRequest object with DownloadHandlerBuffer attached.
리턴 string

GetData() 보호된 메소드

Returns a copy of the contents of the native-memory data buffer as a byte array.

protected GetData ( ) : byte[]
리턴 byte[]

GetText() 보호된 메소드

Returns a copy of the native-memory buffer interpreted as a UTF8 string.

protected GetText ( ) : string
리턴 string