|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
bool | autoFlush |
int | bufferSize |
int | DEFAULT_BUFFER |
int | NO_BUFFER |
int | UNBOUNDED_BUFFER |
Fields inherited from class System.IO.TextWriter |
---|
CoreNewLine |
Constructor Summary | |
---|---|
VelocityWriter(System.IO.TextWriter writer) | |
VelocityWriter(System.IO.TextWriter writer, int sz, bool autoFlush) |
Property Summary | |
---|---|
System.Text.Encoding | Encoding |
Properties inherited from class System.IO.TextWriter |
---|
FormatProvider, NewLine |
Method Summary | |
---|---|
void | clear() |
void | close() |
void | flush() |
int | getBufferSize() |
int | getRemaining() |
bool | isAutoFlush() |
void | recycle(System.IO.TextWriter writer) |
void | write(int c) |
void | write(char[] cbuf, int off, int len) |
void | write(char[] buf) |
void | write(string s, int off, int len) |
void | write(string s) |
Methods inherited from class System.IO.TextWriter |
---|
Close, Dispose, Flush, IDisposable.Dispose, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, Write, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine |
Methods inherited from class System.MarshalByRefObject |
---|
CreateObjRef, GetLifetimeService, InitializeLifetimeService |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
protected bool autoFlush
protected int bufferSize
public int DEFAULT_BUFFER
public int NO_BUFFER
public int UNBOUNDED_BUFFER
Constructor Detail |
---|
public VelocityWriter(System.IO.TextWriter writer)
public VelocityWriter(System.IO.TextWriter writer, int sz, bool autoFlush)
Property Detail |
---|
public System.Text.Encoding Encoding
Method Detail |
---|
public void clear()
public void close()
public void flush()
public int getBufferSize()
public int getRemaining()
public bool isAutoFlush()
public void recycle(System.IO.TextWriter writer)
public void write(int c)
public void write(char[] cbuf, int off, int len)
public void write(char[] buf)
public void write(string s, int off, int len)
public void write(string s)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |