queryparam.java

来自「Hecl编程语言是一个高层次的脚本语言的Java实现。其用意是要小」· Java 代码 · 共 29 行

JAVA
29
字号
/* Copyright 2005-2006 by daa2c.comAuthors:Wolfgang S. Kechel - wolfgang.kechel@data2c.comLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.*/package org.hecl.net;import java.io.IOException;import java.io.OutputStream;import java.io.PrintStream;public interface QueryParam {    public void send(OutputStream os) throws IOException;    public PrintStream printon(PrintStream s);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?