org.tbee.flv
Class FLVString

java.lang.Object
  extended by org.tbee.flv.FLVString
Direct Known Subclasses:
FLVDate, FLVNumber

public class FLVString
extends Object

In contradiction to Java, FLV starts with idx = 1 (not 0) Optionally this definition may get a name

Version:
$Revision: 1.6 $

Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
FLVString()
           
FLVString(int length)
           
FLVString(String name, int length)
           
 
Method Summary
 void configure(String value, String separator)
          configure this class based on a configuration string
protected  void configureProperty(String key, String value)
          configure one property
 int getLength()
          Length
 String getName()
          Name
 String getNameForDebug()
           
 int getStartIdx()
          StartIdx
 String getString(String line)
           
 void setLength(int value)
           
 void setName(String value)
           
 void setStartIdx(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

FLVString

public FLVString()

FLVString

public FLVString(int length)
Parameters:
length -

FLVString

public FLVString(String name,
                 int length)
Parameters:
name -
length -
Method Detail

getStartIdx

public int getStartIdx()
StartIdx


setStartIdx

public void setStartIdx(int value)

getLength

public int getLength()
Length


setLength

public void setLength(int value)

getName

public String getName()
Name


setName

public void setName(String value)

getNameForDebug

public String getNameForDebug()

getString

public String getString(String line)

configure

public void configure(String value,
                      String separator)
configure this class based on a configuration string


configureProperty

protected void configureProperty(String key,
                                 String value)
configure one property

Parameters:
key -
value -


Copyright © 2011 KnowledgePlaza. All Rights Reserved.