代码搜索:Tstream
找到约 941 项符合「Tstream」的源代码
代码结果 941
www.eeworm.com/read/420803/2061505
cpp tstream.cpp
/*
* Copyright (c) 2004-2006 Milan Cutka
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
www.eeworm.com/read/420803/2061528
h tstream.h
#ifndef _TSTREAM_H_
#define _TSTREAM_H_
struct Tstream
{
private:
int ugetc(void) const;
char *ugets(char *buf,int len) const;
protected:
bool crln,utod;
void detectUnicode(void);
int
www.eeworm.com/read/398129/2396290
java tstream.java
/*
* 创建日期 2005-5-17
*/
package biz.bluesky.pts.model;
import java.io.Serializable;
import org.apache.commons.lang.builder.EqualsBuilder;
public class TStream implements Serializable {
www.eeworm.com/read/398129/2396268
svn-base tstream.java.svn-base
/*
* 创建日期 2005-5-17
*/
package biz.bluesky.pts.model;
import java.io.Serializable;
import org.apache.commons.lang.builder.EqualsBuilder;
public class TStream implements Serializable {