public class TextFile
extends java.lang.Object
Constructor and Description |
---|
TextFile() |
Modifier and Type | Method and Description |
---|---|
static void |
create(java.io.File file,
java.lang.String text)
Create a new text file as 'file'
|
static FileLock |
createLocked(java.io.File file,
java.lang.String text)
Create a new locked text file as 'file'
|
public static void create(java.io.File file, java.lang.String text) throws java.io.IOException
java.io.IOException
public static FileLock createLocked(java.io.File file, java.lang.String text) throws java.io.IOException
java.io.IOException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.