C# 클래스 GooglePlayServices.CommandLine.AsyncStreamReaderMultiplexer

Multiplexes data read from multiple AsyncStreamReaders onto a single thread.
파일 보기 프로젝트 열기: googlesamples/unity-jar-resolver

공개 메소드들

메소드 설명
AsyncStreamReaderMultiplexer ( AsyncStreamReader readers, AsyncStreamReader handler, CompletionHandler complete = null ) : System.Collections.Generic

Create the multiplexer and attach it to the specified handler.

Shutdown ( ) : void

Shutdown the multiplexer.

비공개 메소드들

메소드 설명
HandleRead ( StreamData streamData ) : void
PollQueue ( ) : void

메소드 상세

AsyncStreamReaderMultiplexer() 공개 메소드

Create the multiplexer and attach it to the specified handler.
public AsyncStreamReaderMultiplexer ( AsyncStreamReader readers, AsyncStreamReader handler, CompletionHandler complete = null ) : System.Collections.Generic
readers System.Diagnostics.AsyncStreamReader Readers to read.
handler System.Diagnostics.AsyncStreamReader Called for queued data item.
complete CompletionHandler Called when all readers complete.
리턴 System.Collections.Generic

Shutdown() 공개 메소드

Shutdown the multiplexer.
public Shutdown ( ) : void
리턴 void