Class TestTextListOutStream.TestIFile
java.lang.Object
com._1c.g5.v8.dt.core.streams.impl.TestTextListOutStream.TestIFile
- All Implemented Interfaces:
IFile
- Enclosing class:
- TestTextListOutStream
testing implementation of IFile
-
Nested Class Summary
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.core.streams.IFile
IFile.SeekOrigin -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestIFile
-
-
Method Details
-
getFile
-
url
Description copied from interface:IFilefile's url - may be empty for non-file based IFile implementations. -
read
public int read(byte[] buffer, int size) Description copied from interface:IFilereads from the file into a buffer. -
write
public void write(byte[] buffer, int size) Description copied from interface:IFilewrites into the file from a buffer
-