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
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 |
ByteArrayConcept
public ByteArrayConcept()
ByteArrayConcept
public ByteArrayConcept(byte[] bytes)
ByteArrayConcept
public ByteArrayConcept(String str)
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."