C# 클래스 Node.net.Modules.Buffers.NodeBuffer

상속: HostModule
파일 보기 프로젝트 열기: WindowsTermKit/TermKit 1 사용 예제들

공개 메소드들

메소드 설명
AddEOF ( ) : NodeBuffer

Copies the NodeBuffer but adds an EOF (0x04) byte to the end of it.

Create ( IronJS env, ArrayObject array ) : NodeBuffer

http://nodejs.org/docs/v0.4.8/api/buffers.html#new_Buffer

Create ( IronJS env, uint size ) : NodeBuffer

http://nodejs.org/docs/v0.4.8/api/buffers.html#new_Buffer

비공개 메소드들

메소드 설명
NodeBuffer ( IronJS env ) : System
NodeBuffer ( IronJS env, byte bytes, int offset, int length ) : System

The internal constructor for a NodeBuffer that copies information from an existing byte[] array.

NodeBuffer ( IronJS env, uint size ) : System

The internal constructor for a NodeBuffer.

메소드 상세

AddEOF() 공개 메소드

Copies the NodeBuffer but adds an EOF (0x04) byte to the end of it.
public AddEOF ( ) : NodeBuffer
리턴 NodeBuffer

Create() 공개 정적인 메소드

http://nodejs.org/docs/v0.4.8/api/buffers.html#new_Buffer
public static Create ( IronJS env, ArrayObject array ) : NodeBuffer
env IronJS
array ArrayObject
리턴 NodeBuffer

Create() 공개 정적인 메소드

http://nodejs.org/docs/v0.4.8/api/buffers.html#new_Buffer
public static Create ( IronJS env, uint size ) : NodeBuffer
env IronJS
size uint
리턴 NodeBuffer