public class AppendableOutputSource extends Object implements OutputSource
| コンストラクタと説明 |
|---|
AppendableOutputSource(Appendable ap) |
public AppendableOutputSource(Appendable ap)
public void append(String text) throws IOException
append インタフェース内 OutputSourceIOExceptionpublic void append(String text, int start, int end) throws IOException
append インタフェース内 OutputSourceIOExceptionpublic void append(char c)
throws IOException
append インタフェース内 OutputSourceIOExceptionpublic void flush()
throws IOException
flush インタフェース内 OutputSourceIOExceptionCopyright © 2018. All rights reserved.