📄 response.java
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: Response.java
package com.tricastmedia.twuik.tas.io;
import java.io.IOException;
import java.io.InputStream;
// Referenced classes of package com.tricastmedia.twuik.tas.io:
// Header
public class Response
{
public Response()
{
}
public void setException(Exception exception)
{
}
public void setCode(int i)
{
}
public void setCharset(String s)
{
}
public void setResponseHeaders(Header aheader[])
{
}
public void setBinaryData(byte abyte0[])
{
}
public void setResult(String s)
{
}
public void setResultAsStream(InputStream inputstream)
{
}
public String getResult()
{
return null;
}
public String getResultLine()
throws IOException
{
IOException exc0 = null;
return null;
}
public InputStream getResultAsStream()
{
return null;
}
public byte[] getBinaryData()
{
return null;
}
public String getCharset()
{
return null;
}
public Exception getException()
{
return null;
}
public String getContentType()
{
return null;
}
public void setContentType(String s)
{
}
public Header[] getHeaders()
{
return null;
}
public int getCode()
{
return 0;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -