C# Class SwfDotNet.IO.Tags.Types.ShortCollection

ShortCollection class
Inheritance: System.Collections.CollectionBase
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( short value ) : short

Adds the specified value.

AddRange ( short values ) : void

Adds the range.

Contains ( short value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( short value ) : int

Get the index of.

Insert ( int index, short value ) : void

Inserts the specified index.

ReadData ( BufferedBinaryReader binaryReader, ushort numGlyphs ) : void

Reads the data.

Remove ( short value ) : void

Removes the specified value.

ShortCollection ( ) : System

Creates a new ShortCollection instance.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

this ( int index ) : short

Gets or sets the TextRecord at the specified index.

Method Details

Add() public method

Adds the specified value.
public Add ( short value ) : short
value short Value.
return short

AddRange() public method

Adds the range.
public AddRange ( short values ) : void
values short Values.
return void

Contains() public method

Containses the specified value.
public Contains ( short value ) : bool
value short Value.
return bool

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int

IndexOf() public method

Get the index of.
public IndexOf ( short value ) : int
value short Value.
return int

Insert() public method

Inserts the specified index.
public Insert ( int index, short value ) : void
index int Index.
value short Value.
return void

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ushort numGlyphs ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
numGlyphs ushort Num glyphs.
return void

Remove() public method

Removes the specified value.
public Remove ( short value ) : void
value short Value.
return void

ShortCollection() public method

Creates a new ShortCollection instance.
public ShortCollection ( ) : System
return System

WriteTo() public method

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void

this() public method

Gets or sets the TextRecord at the specified index.
public this ( int index ) : short
index int
return short