|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream org.apache.axis.utils.ByteArray
Class ByteArray
Constructor Summary | |
ByteArray()
Constructor ByteArray |
|
ByteArray(int max_resident_size)
Constructor ByteArray |
|
ByteArray(int probable_size,
int max_resident_size)
Constructor ByteArray |
Method Summary | |
void |
close()
Method close |
void |
discardBuffer()
Method discardBuffer |
void |
flush()
Method flush |
java.lang.String |
getBackingStoreFileName()
Method getBackingStoreFileName |
static double |
getDEFAULT_CACHE_INCREMENT()
|
static int |
getDEFAULT_RESIDENT_SIZE()
|
static boolean |
isDEFAULT_ENABLE_BACKING_STORE()
|
boolean |
isEnableBackingStore()
|
static void |
setDEFAULT_CACHE_INCREMENT(double DEFAULT_CACHE_INCREMENT)
|
static void |
setDEFAULT_ENABLE_BACKING_STORE(boolean DEFAULT_ENABLE_BACKING_STORE)
|
static void |
setDEFAULT_RESIDENT_SIZE(int DEFAULT_RESIDENT_SIZE)
|
void |
setEnableBackingStore(boolean enableBackingStore)
|
long |
size()
Method size |
byte[] |
toByteArray()
Method toByteArray |
void |
write(byte[] bytes)
Method write |
void |
write(byte[] bytes,
int start,
int length)
Method write |
void |
write(int b)
Method write |
void |
writeTo(java.io.OutputStream os)
Method writeTo |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteArray()
public ByteArray(int max_resident_size)
max_resident_size
- public ByteArray(int probable_size, int max_resident_size)
probable_size
- max_resident_size
- Method Detail |
public boolean isEnableBackingStore()
public void setEnableBackingStore(boolean enableBackingStore)
public static boolean isDEFAULT_ENABLE_BACKING_STORE()
public static void setDEFAULT_ENABLE_BACKING_STORE(boolean DEFAULT_ENABLE_BACKING_STORE)
public static int getDEFAULT_RESIDENT_SIZE()
public static void setDEFAULT_RESIDENT_SIZE(int DEFAULT_RESIDENT_SIZE)
public static double getDEFAULT_CACHE_INCREMENT()
public static void setDEFAULT_CACHE_INCREMENT(double DEFAULT_CACHE_INCREMENT)
public void write(byte[] bytes) throws java.io.IOException
bytes
-
java.io.IOException
public void write(byte[] bytes, int start, int length) throws java.io.IOException
bytes
- start
- length
-
java.io.IOException
public void write(int b) throws java.io.IOException
b
-
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public long size()
public void flush() throws java.io.IOException
java.io.IOException
public void discardBuffer()
public java.lang.String getBackingStoreFileName() throws java.io.IOException
java.io.IOException
public byte[] toByteArray() throws java.io.IOException
java.io.IOException
public void writeTo(java.io.OutputStream os) throws java.io.IOException
os
-
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |