org.media.mn8.concepts
Class ByteArrayConcept

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.ByteArrayConcept

public class ByteArrayConcept
extends JavaConcept

Version:
$Revision: 1.8 $ $Date: 2002/10/10 22:59:20 $
Author:
Szabo Csaba

Field Summary
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
ByteArrayConcept()
           
ByteArrayConcept(byte[] bytes)
           
ByteArrayConcept(String str)
           
 
Method Summary
 ByteArrayConcept append(ByteArrayConcept buffer)
           
protected  ByteArrayConcept append(char[] buffer)
           
 ByteArrayConcept append(CharacterConcept ch)
           
 ByteArrayConcept append(IntegerConcept nr)
           
 ByteArrayConcept append(LogicalConcept flag)
           
 ByteArrayConcept append(RealConcept nr)
           
 ByteArrayConcept append(StringConcept str)
           
 Object clone()
           
 ByteArrayConcept create(IntegerConcept length)
           
 ByteArrayConcept create(StringConcept str)
           
 ByteArrayConcept delete(IntegerConcept start, IntegerConcept end)
           
 ByteArrayConcept deleteCharAt(IntegerConcept index)
           
 void ensureCapacity(IntegerConcept minCapacity)
           
 LogicalConcept equals(ByteArrayConcept target)
           
 boolean equals(Object obj)
           
 byte[] getBytes()
           
 IntegerConcept getCapacity()
           
 CharacterConcept getCharAt(IntegerConcept index)
           
 char[] getChars()
           
 ConceptDefinition getConceptDefinition()
           
 IntegerConcept getLength()
           
 ByteArrayConcept insert(IntegerConcept offset, ByteArrayConcept buffer)
           
 ByteArrayConcept insert(IntegerConcept offset, CharacterConcept ch)
           
 ByteArrayConcept insert(IntegerConcept offset, IntegerConcept nr)
           
 ByteArrayConcept insert(IntegerConcept offset, LogicalConcept flag)
           
 ByteArrayConcept insert(IntegerConcept offset, RealConcept nr)
           
 ByteArrayConcept insert(IntegerConcept offset, StringConcept str)
           
 void setCharAt(IntegerConcept index, CharacterConcept newValue)
           
 void setLength(IntegerConcept newLength)
           
 StringConcept toTXT()
           
 StringConcept toXML()
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, opEQ
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayConcept

public ByteArrayConcept()

ByteArrayConcept

public ByteArrayConcept(byte[] bytes)

ByteArrayConcept

public ByteArrayConcept(String str)
Method Detail

create

public ByteArrayConcept create(IntegerConcept length)

create

public ByteArrayConcept create(StringConcept str)

getLength

public IntegerConcept getLength()

getCapacity

public IntegerConcept getCapacity()

ensureCapacity

public void ensureCapacity(IntegerConcept minCapacity)

setLength

public void setLength(IntegerConcept newLength)

getCharAt

public CharacterConcept getCharAt(IntegerConcept index)

setCharAt

public void setCharAt(IntegerConcept index,
                      CharacterConcept newValue)

append

public ByteArrayConcept append(StringConcept str)

append

public ByteArrayConcept append(CharacterConcept ch)

append

public ByteArrayConcept append(LogicalConcept flag)

append

public ByteArrayConcept append(IntegerConcept nr)

append

public ByteArrayConcept append(RealConcept nr)

append

public ByteArrayConcept append(ByteArrayConcept buffer)

delete

public ByteArrayConcept delete(IntegerConcept start,
                               IntegerConcept end)

deleteCharAt

public ByteArrayConcept deleteCharAt(IntegerConcept index)

insert

public ByteArrayConcept insert(IntegerConcept offset,
                               StringConcept str)

insert

public ByteArrayConcept insert(IntegerConcept offset,
                               CharacterConcept ch)

insert

public ByteArrayConcept insert(IntegerConcept offset,
                               LogicalConcept flag)

insert

public ByteArrayConcept insert(IntegerConcept offset,
                               IntegerConcept nr)

insert

public ByteArrayConcept insert(IntegerConcept offset,
                               RealConcept nr)

insert

public ByteArrayConcept insert(IntegerConcept offset,
                               ByteArrayConcept buffer)

toTXT

public StringConcept toTXT()
Overrides:
toTXT in class JavaConcept

toXML

public StringConcept toXML()
Overrides:
toXML in class JavaConcept

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class JavaConcept

clone

public Object clone()
Overrides:
clone in class JavaConcept

getChars

public char[] getChars()

getBytes

public byte[] getBytes()

append

protected ByteArrayConcept append(char[] buffer)

equals

public boolean equals(Object obj)
Overrides:
equals in class JavaConcept

equals

public LogicalConcept equals(ByteArrayConcept target)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."