public interface TAppendable
Modifier and Type | Method and Description |
---|---|
TAppendable |
append(char c) |
TAppendable |
append(TCharSequence csq) |
TAppendable |
append(TCharSequence csq,
int start,
int end) |
TAppendable append(TCharSequence csq) throws IOException
IOException
TAppendable append(TCharSequence csq, int start, int end) throws IOException
IOException
TAppendable append(char c) throws IOException
IOException
Copyright © 2019. All rights reserved.