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

ShortCollection class
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Adds the specified value.
public Add ( short value ) : short
value short Value.
Résultat short

AddRange() public méthode

Adds the range.
public AddRange ( short values ) : void
values short Values.
Résultat void

Contains() public méthode

Containses the specified value.
public Contains ( short value ) : bool
value short Value.
Résultat bool

GetSizeOf() public méthode

Gets the size of.
public GetSizeOf ( ) : int
Résultat int

IndexOf() public méthode

Get the index of.
public IndexOf ( short value ) : int
value short Value.
Résultat int

Insert() public méthode

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

ReadData() public méthode

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

Remove() public méthode

Removes the specified value.
public Remove ( short value ) : void
value short Value.
Résultat void

ShortCollection() public méthode

Creates a new ShortCollection instance.
public ShortCollection ( ) : System
Résultat System

WriteTo() public méthode

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
Résultat void

this() public méthode

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