代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/188054/8576803
cpp copy (2) of streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/371549/9549537
cpp streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/371549/9549677
cpp copy (2) of streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/366534/9809858
cpp streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/366534/9809864
cpp streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/299627/7842392
cpp streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/299627/7842403
cpp streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/299627/7842446
cpp copy (2) of streamframe.cpp
#include
#include "streamframe.h"
// Implement a FileStream that derives from IStream.
FrameStream::FrameStream(PBYTE pFrame, DWORD dwSize)
{
_refcount = 0;
_pFrameDat
www.eeworm.com/read/377359/2701936
java binfileoutput.java
package com.henry.filestream;
import java.io.*;
public class BinFileOutput {
public static void main(String f[]) {
FileOutputStream fos;
DataOutputStream ds;
try {
www.eeworm.com/read/143959/12827384
cs svm.cs
/*
* Conversion notes:
* Using JLCA 3.0, the only problem was with the save and loads. I changed them both to be
* StreamR/W around a FileStream. Originally, the save was a BinaryWriter over a F