- CD_TRACK_MAX - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- CD_TRACK_NUM - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- cleanDirectory(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Cleans a directory without deleting it.
- closeQuietly(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Unconditionally close an Reader.
- closeQuietly(Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Unconditionally close a Writer.
- closeQuietly(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Unconditionally close an InputStream.
- closeQuietly(OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Unconditionally close an OutputStream.
- COMMENT - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- COMPOSER - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- containsKey(String) - 类 中的方法app.dttv.dttvlib.MediaFormat
-
Returns true iff a key of the given name exists in the format.
- contentEquals(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Compares the contents of two files to determine if they are equal or not.
- contentEquals(InputStream, InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Compare the contents of two Streams to determine if they are equal or
not.
- contentEquals(Reader, Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Compare the contents of two Readers to determine if they are equal or
not.
- convertFileCollectionToFileArray(Collection) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Converts a Collection containing java.io.File instanced into array
representation.
- copy(InputStream, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy bytes from an InputStream to an
OutputStream.
- copy(InputStream, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy bytes from an InputStream to chars on a
Writer using the default character encoding of the platform.
- copy(InputStream, Writer, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(Reader, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy chars from a Reader to a Writer.
- copy(Reader, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy chars from a Reader to bytes on an
OutputStream using the default character encoding of the
platform, and calling flush.
- copy(Reader, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copyDirectory(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a whole directory to a new location preserving the file dates.
- copyDirectory(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a whole directory to a new location.
- copyDirectory(File, File, FileFilter) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a filtered directory to a new location preserving the file dates.
- copyDirectory(File, File, FileFilter, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a filtered directory to a new location.
- copyDirectoryToDirectory(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a directory to within another directory preserving the file dates.
- copyFile(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a file to a new location preserving the file date.
- copyFile(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a file to a new location.
- copyFileToDirectory(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a file to a directory preserving the file date.
- copyFileToDirectory(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies a file to a directory optionally preserving the file date.
- copyLarge(InputStream, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(Reader, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Copy chars from a large (over 2GB) Reader to a Writer.
- COPYRIGHT - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- copyURLToFile(URL, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Copies bytes from the URL source to a file
destination.
- createAudioFormat(String, int, int) - 类 中的静态方法app.dttv.dttvlib.MediaFormat
-
Creates a minimal audio format.
- createSubtitleFormat(String, String) - 类 中的静态方法app.dttv.dttvlib.MediaFormat
-
Creates a minimal subtitle format.
- createVideoFormat(String, int, int) - 类 中的静态方法app.dttv.dttvlib.MediaFormat
-
Creates a minimal video format.
- KEY_AAC_PROFILE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the AAC profile to be used (AAC audio formats only).
- KEY_BIT_RATE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the bitrate in bits/sec.
- KEY_CHANNEL_COUNT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the number of channels in an audio format.
- KEY_CHANNEL_MASK - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the channel composition of audio content.
- KEY_COLOR_FORMAT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the color format of the content in a video format.
- KEY_DURATION - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the duration (in microseconds) of the content.
- KEY_FLAC_COMPRESSION_LEVEL - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the FLAC compression level to be used (FLAC audio format only).
- KEY_FRAME_RATE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the frame rate of a video format in frames/sec.
- KEY_HEIGHT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the height of the content in a video format.
- KEY_I_FRAME_INTERVAL - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the frequency of I frames expressed in secs
between I frames.
- KEY_IS_ADTS - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key mapping to a value of 1 if the content is AAC audio and
audio frames are prefixed with an ADTS header.
- KEY_IS_AUTOSELECT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key for boolean AUTOSELECT behavior for the track.
- KEY_IS_DEFAULT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key for boolean DEFAULT behavior for the track.
- KEY_IS_FORCED_SUBTITLE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key for the FORCED field for subtitle tracks.
- KEY_LANGUAGE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the language of the content, using either ISO 639-1
or 639-2/T codes.
- KEY_MAX_HEIGHT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the maximum expected height of the content in a video
decoder format, in case there are resolution changes in the video content.
- KEY_MAX_INPUT_SIZE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the maximum size in bytes of a buffer of data
described by this MediaFormat.
- KEY_MAX_WIDTH - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the maximum expected width of the content in a video
decoder format, in case there are resolution changes in the video content.
- KEY_MIME - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the mime type of the MediaFormat.
- KEY_PARAMETER_USEHWCODEC - 类 中的静态变量app.dttv.dttvlib.MediaPlayer
-
- KEY_PATH - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the external subtitle path
- KEY_PUSH_BLANK_BUFFERS_ON_STOP - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
If specified when configuring a video decoder rendering to a surface,
causes the decoder to output "blank", i.e. black frames to the surface
when stopped to clear out any previously displayed contents.
- KEY_REPEAT_PREVIOUS_FRAME_AFTER - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
Applies only when configuring a video encoder in "surface-input" mode.
- KEY_SAMPLE_RATE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the sample rate of an audio format.
- KEY_SLICE_HEIGHT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
- KEY_STRIDE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
- KEY_TITLE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the title of the content
- KEY_WIDTH - 类 中的静态变量app.dttv.dttvlib.MediaFormat
-
A key describing the width of the content in a video format.
- RATING - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- readFileToByteArray(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Reads the contents of a file into a byte array.
- readFileToString(File, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Reads the contents of a file into a String.
- readFileToString(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Reads the contents of a file into a String using the default encoding for the VM.
- readLines(File, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Reads the contents of a file line by line to a List of Strings.
- readLines(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Reads the contents of a file line by line to a List of Strings using the default encoding for the VM.
- readLines(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of an InputStream as a list of Strings,
one entry per line, using the default character encoding of the platform.
- readLines(InputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of an InputStream as a list of Strings,
one entry per line, using the specified character encoding.
- readLines(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of a Reader as a list of Strings,
one entry per line.
- readonly - 类 中的变量app.dttv.dttvlib.utils.StorageUtils.StorageInfo
-
- release() - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Releases resources associated with this MediaPlayer object.
- releaseDisplay() - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Calling this result in only the audio track being played.
- removable - 类 中的变量app.dttv.dttvlib.utils.StorageUtils.StorageInfo
-
- reset() - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Resets the MediaPlayer to its uninitialized state.
- SEEK_AVAILABLE - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- SEEK_BACKWARD_AVAILABLE - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- SEEK_FORWARD_AVAILABLE - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- seekTo(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Seeks to specified time position.
- selectTrack(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Selects a track.
- setAuxEffectSendLevel(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
audio effect API
- setByteBuffer(String, ByteBuffer) - 类 中的方法app.dttv.dttvlib.MediaFormat
-
Sets the value of a ByteBuffer key.
- setCurPage(String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Set current page to check for showing copy progress
- setDataSource(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the data source (file-path or http/rtsp URL) to use.
- setDataSource(Context, Uri) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the data source as a content Uri.
- setDataSource(Context, Uri, Map<String, String>) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
- setDataSource(String, Map<String, String>) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the data source (file-path or http/rtsp URL) to use.
- setDataSource(String, String[], String[]) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the data source (file-path or http/rtsp URL) to use.
- setDataSource(FileDescriptor) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the data source (FileDescriptor) to use.
- setDataSource(FileDescriptor, long, long) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the data source (FileDescriptor) to use.
- setDisplay(SurfaceHolder) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the SurfaceHolder to use for displaying the video portion of the
media.
- setFloat(String, float) - 类 中的方法app.dttv.dttvlib.MediaFormat
-
Sets the value of a float key.
- setInteger(String, int) - 类 中的方法app.dttv.dttvlib.MediaFormat
-
Sets the value of an integer key.
- setLong(String, long) - 类 中的方法app.dttv.dttvlib.MediaFormat
-
Sets the value of a long key.
- setLooping(boolean) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the player to be looping or non-looping.
- setMetaEncoding(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Set the encoding MediaPlayer will use to determine the metadata
- setOnBufferingUpdateListener(MediaPlayer.OnBufferingUpdateListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Register a callback to be invoked when the status of a network stream's
buffer has changed.
- setOnCompletionListener(MediaPlayer.OnCompletionListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Register a callback to be invoked when the end of a media source has been
reached during playback.
- setOnErrorListener(MediaPlayer.OnErrorListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Register a callback to be invoked when an error has happened during an
asynchronous operation.
- setOnFreshVideo(MediaPlayer.OnFreshVideo) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
- setOnInfoListener(MediaPlayer.OnInfoListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
- setOnPreparedListener(MediaPlayer.OnPreparedListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Register a callback to be invoked when the media source is ready for
playback.
- setOnSeekCompleteListener(MediaPlayer.OnSeekCompleteListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Register a callback to be invoked when a seek operation has been
completed.
- setOnTimedTextListener(MediaPlayer.OnTimedTextListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Register a callback to be invoked when a timed text need to display.
- setOnVideoSizeChangedListener(MediaPlayer.OnVideoSizeChangedListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Register a callback to be invoked when the video size is known or
updated.
- setScreenOnWhilePlaying(boolean) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Control whether we should use the attached SurfaceHolder to keep the screen
on while video playback is occurring.
- setString(String, String) - 类 中的方法app.dttv.dttvlib.MediaFormat
-
Sets the value of a string key.
- setSurface(Surface) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Sets the Surface to use for displaying the video portion of the media.
- setTimedTextEncoding(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Set the encoding to display timed text.
- setTimedTextShown(boolean) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Tell the MediaPlayer whether to show timed text
- setVolume(float, float) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
- setWakeMode(Context, int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Set the low-level power management behavior for this MediaPlayer.
- sFileExtensions - 类 中的静态变量io.vov.vitamio.MediaFile
-
- sizeOfDirectory(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Counts the size of a directory recursively (sum of the length of all files).
- start() - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
Starts or resumes playback.
- stop() - 类 中的方法app.dttv.dttvlib.MediaPlayer
-
- StorageUtils - app.dttv.dttvlib.utils中的类
-
- StorageUtils() - 类 的构造器app.dttv.dttvlib.utils.StorageUtils
-
- StorageUtils.StorageInfo - app.dttv.dttvlib.utils中的类
-
- TimesUtil - app.dttv.dttvlib.utils中的类
-
- TimesUtil() - 类 的构造器app.dttv.dttvlib.utils.TimesUtil
-
- TITLE - 类 中的静态变量app.dttv.dttvlib.Metadata
-
- toByteArray(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of an InputStream as a byte[].
- toByteArray(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of a Reader as a byte[]
using the default character encoding of the platform.
- toByteArray(Reader, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
- toCharArray(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of an InputStream as a character array
using the default character encoding of the platform.
- toCharArray(InputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of a Reader as a character array.
- toFile(URL) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Convert from a URL to a File.
- toFiles(URL[]) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Converts each of an array of URL to a File.
- toInputStream(String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Convert the specified string to an input stream, encoded as bytes
using the default character encoding of the platform.
- toInputStream(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Convert the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toString() - 类 中的方法app.dttv.dttvlib.MediaFormat
-
- toString(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of an InputStream as a String
using the default character encoding of the platform.
- toString(InputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of an InputStream as a String
using the specified character encoding.
- toString(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Get the contents of a Reader as a String.
- toString(byte[]) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
- toString(byte[], String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
- touch(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Implements the same behaviour as the "touch" utility on Unix.
- toURLs(File[]) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Converts each of an array of File to a URL.
- w(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.Log
-
- waitFor(File, int) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Waits for NFS to propagate a file creation, imposing a timeout.
- write(byte[], OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes bytes from a byte[] to an OutputStream.
- write(byte[], Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes bytes from a byte[] to chars on a Writer
using the default character encoding of the platform.
- write(byte[], Writer, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(char[], Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a char[] to a Writer
using the default character encoding of the platform.
- write(char[], OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a char[] to bytes on an
OutputStream.
- write(char[], OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(String, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a String to a Writer.
- write(String, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a String to bytes on an
OutputStream using the default character encoding of the
platform.
- write(String, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(StringBuffer, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a StringBuffer to a Writer.
- write(StringBuffer, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a StringBuffer to bytes on an
OutputStream using the default character encoding of the
platform.
- write(StringBuffer, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes chars from a StringBuffer to bytes on an
OutputStream using the specified character encoding.
- writeByteArrayToFile(File, byte[]) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Writes a byte array to a file creating the file if it does not exist.
- writeLines(File, String, Collection) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, String, Collection, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(Collection, String, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes the toString() value of each item in a collection to
an OutputStream line by line, using the default character
encoding of the platform and the specified line ending.
- writeLines(Collection, String, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes the toString() value of each item in a collection to
an OutputStream line by line, using the specified character
encoding and the specified line ending.
- writeLines(Collection, String, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
-
Writes the toString() value of each item in a collection to
a Writer line by line, using the specified line ending.
- writeStringToFile(File, String, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
-
Writes a String to a file creating the file if it does not exist using the default encoding for the VM.