public class CSVParams extends Object
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset() |
Character |
getDelimiter() |
MediaType |
getMediaType() |
boolean |
isComplete() |
boolean |
isEmpty() |
void |
setCharset(Charset charset) |
void |
setDelimiter(Character delimiter) |
void |
setMediaType(MediaType mediaType) |
public boolean isEmpty()
public boolean isComplete()
public MediaType getMediaType()
public void setMediaType(MediaType mediaType)
public Character getDelimiter()
public void setDelimiter(Character delimiter)
public Charset getCharset()
public void setCharset(Charset charset)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.