C# 클래스 UnityTools.Utils.Extensions

파일 보기 프로젝트 열기: NoxHarmonium/unity-tools

공개 메소드들

메소드 설명
CopyToAsync ( this inStream, Stream outStream, int bufferSize = 4096 ) : UnityTask
CopyToSync ( this inStream, Stream outStream, int bufferSize = 4096 ) : void

비공개 메소드들

메소드 설명
CopyTo ( Stream inStream, Stream outStream, int bufferSize = 4096 ) : Action

메소드 상세

CopyToAsync() 공개 정적인 메소드

public static CopyToAsync ( this inStream, Stream outStream, int bufferSize = 4096 ) : UnityTask
inStream this
outStream Stream
bufferSize int
리턴 UnityTools.Threading.UnityTask

CopyToSync() 공개 정적인 메소드

public static CopyToSync ( this inStream, Stream outStream, int bufferSize = 4096 ) : void
inStream this
outStream Stream
bufferSize int
리턴 void