public class

HTMLCompressWriter

extends Writer
java.lang.Object
   ↳ java.io.Writer
     ↳ com.atlassian.jira.web.util.HTMLCompressWriter

Summary

[Expand]
Inherited Fields
From class java.io.Writer
Public Constructors
HTMLCompressWriter(Writer target)
Public Methods
void close()
void flush()
void write(char[] cbuf, int off, int len)
[Expand]
Inherited Methods
From class java.io.Writer
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.Flushable
From interface java.lang.Appendable
From interface java.lang.AutoCloseable

Public Constructors

public HTMLCompressWriter (Writer target)

Public Methods

public void close ()

Throws
IOException

public void flush ()

Throws
IOException

public void write (char[] cbuf, int off, int len)

Throws
IOException