Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

DownloadHandler.data

매뉴얼로 전환
public byte[] data ;

설명

Returns the raw bytes downloaded from the remote server, or null. (Read Only)

This property returns the raw bytes downloaded from the remote server. If no data has yet been received, this property returns null.

Note: Note: The precise memory allocation behavior of this property changes depending on subclass. See subclass documentation of GetData for further information on exactly how the data property handles memory allocation.