public class UiCssInfo extends Object
Constructor and Description |
---|
UiCssInfo(String path,
byte[] bytes) |
UiCssInfo(String path,
String content) |
UiCssInfo(String path,
String content,
String encode) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
String |
getContent() |
String |
getContent(String encode) |
String |
getPath() |
void |
setPath(String path) |
public UiCssInfo(String path, String content) throws IOException
IOException
public UiCssInfo(String path, String content, String encode) throws IOException
IOException
public UiCssInfo(String path, byte[] bytes)
public String getPath()
public void setPath(String path)
public byte[] getBytes()
public String getContent() throws IOException
IOException
public String getContent(String encode) throws IOException
IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.