|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.mg4j.util.MutableStrings
dsiutils
.
@Deprecated public class MutableStrings
A static container providing utility objects and method for MutableString
s.
Field Summary | |
---|---|
static MutableString[] |
EMPTY_ARRAY
Deprecated. |
Method Summary | |
---|---|
static void |
loadMutableStringsSelfDelimUTF8(CharSequence filename,
MutableString[] array)
Deprecated. Loads mutable strings from a file in self-delimiting UTF-8 format and stores then in an array. |
static void |
loadMutableStringsSelfDelimUTF8(CharSequence filename,
MutableString[] array,
int offset,
int length)
Deprecated. Loads mutable strings from a file in self-delimiting UTF-8 format and stores then in an array fragment. |
static void |
loadMutableStringsSelfDelimUTF8(InputStream is,
MutableString[] array)
Deprecated. Loads mutable strings from an output stream in self-delimiting UTF-8 format and stores then in an array. |
static void |
loadMutableStringsSelfDelimUTF8(InputStream is,
MutableString[] array,
int offset,
int length)
Deprecated. Loads mutable strings from an output stream in self-delimiting UTF-8 format and stores then in an array fragment. |
static void |
storeMutableStringsSelfDelimUTF8(MutableString[] array,
CharSequence filename)
Deprecated. Stores an array of mutable strings writing to a file in self-delimiting UTF-8 format. |
static void |
storeMutableStringsSelfDelimUTF8(MutableString[] array,
int offset,
int length,
CharSequence filename)
Deprecated. Stores a fragment of an array of mutable strings writing to a file in self-delimiting UTF-8 format. |
static void |
storeMutableStringsSelfDelimUTF8(MutableString[] array,
int offset,
int length,
OutputStream os)
Deprecated. Stores a fragment of an array of mutable strings writing to an output stream in self-delimiting UTF-8 format. |
static void |
storeMutableStringsSelfDelimUTF8(MutableString[] array,
OutputStream os)
Deprecated. Stores an array of mutable strings writing to an output stream in self-delimiting UTF-8 format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MutableString[] EMPTY_ARRAY
Method Detail |
---|
public static void storeMutableStringsSelfDelimUTF8(MutableString[] array, int offset, int length, OutputStream os) throws IOException
array
- an array of mutable strings.offset
- the first string to be stored.length
- the number of strings to be stored.os
- an output stream.
IOException
public static void storeMutableStringsSelfDelimUTF8(MutableString[] array, OutputStream os) throws IOException
array
- an array of mutable strings.os
- an output stream.
IOException
public static void storeMutableStringsSelfDelimUTF8(MutableString[] array, int offset, int length, CharSequence filename) throws IOException
array
- an array of mutable strings.offset
- the first string to be stored.length
- the number of strings to be stored.filename
- a filename.
IOException
public static void storeMutableStringsSelfDelimUTF8(MutableString[] array, CharSequence filename) throws IOException
array
- an array of mutable strings.filename
- a filename.
IOException
public static void loadMutableStringsSelfDelimUTF8(InputStream is, MutableString[] array, int offset, int length) throws IOException
is
- an input stream.array
- an array of mutable strings.offset
- the first element of the array to be written.length
- the number of strings to be loaded.
IOException
public static void loadMutableStringsSelfDelimUTF8(InputStream is, MutableString[] array) throws IOException
is
- an input stream.array
- an array of mutable strings.
IOException
public static void loadMutableStringsSelfDelimUTF8(CharSequence filename, MutableString[] array, int offset, int length) throws IOException
filename
- a filename.array
- an array of mutable strings.offset
- the first element of the array to be written.length
- the number of strings to be loaded.
IOException
public static void loadMutableStringsSelfDelimUTF8(CharSequence filename, MutableString[] array) throws IOException
filename
- a filename.array
- an array of mutable strings.
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |